@thedevs · Post #1762 · 06/13/2020, 05:11 PM
25 years of PHP history. #php @thedevs https://kutt.it/P2hT8i
Hashtags
TGINSIGHT SIMILAR POSTS
Source channel @githubtrending · Post #15086 · Aug 23
#php#framework#pest#php#testing Pest is a modern, simple, and elegant PHP testing framework designed to make writing and running tests easy and enjoyable. It offers a clean, readable syntax inspired by popular tools like RSpec and Jest, helping you write clear and maintainable tests quickly. Pest includes powerful features such as built-in browser testing, fast parallel test runs, detailed error messages, and code coverage reports, all in one tool. This means you can confidently ensure your PHP applications work correctly while saving time and improving code quality, whether you’re working on small projects or large applications. https://github.com/pestphp/pest
Hashtags
@thedevs · Post #1762 · 06/13/2020, 05:11 PM
25 years of PHP history. #php @thedevs https://kutt.it/P2hT8i
Hashtags
@thedevs · Post #1670 · 01/24/2020, 04:58 PM
PHP in 2020. #article#php @thedevs https://kutt.it/Vdymvd
@thedevs · Post #1480 · 05/21/2019, 01:42 PM
PHP Insights, instant PHP quality checks from your console. #tools#php @thedevs https://kutt.it/HounXy
@thedevs · Post #1973 · 02/14/2022, 10:38 AM
PHP, the right way. #article#tutorial#php @thedevs https://kutt.it/nOtkG5
@djangoproject · Post #162 · 09/15/2016, 03:22 AM
https://github.com/realpython/discover-flask/blob/master/readme.md #Flask is a micro web #framework powered by Python. Its #API is fairly small, making it easy to learn and simple to use. But don't let this fool you, as it's powerful enough to support enterprise-level applications handling large amounts of traffic. You can start small with an app contained entirely in one file, then slowly scale up to multiple files and folders in a well-structured manner as your site becomes more and more complex.
Hashtags
@djangoproject · Post #179 · 09/30/2016, 07:46 AM
https://pypi.python.org/pypi/MutPy/0.4.0 #MutPy is a mutation #testing tool for Python 3.x source code. MutPy supports standard #unittest module, generates YAML reports and has colorful output. It’s apply mutation on AST level. You could boost your mutation testing process with high order mutations (HOM) and code coverage analysis.
@djangoproject · Post #102 · 07/28/2016, 04:05 AM
#Django REST #framework is a powerful and flexible toolkit for building #Web APIs. Some reasons you might want to use REST framework: The Web browsable #API is a huge usability win for your developers. Authentication policies including packages for OAuth1a and OAuth2. Serialization that supports both ORM and non-ORM data sources. Customizable all the way down - just use regular function-based views if you don't need the more powerful features. Extensive documentation, and great community support. Used and trusted by internationally recognised companies including Mozilla, Red Hat, Heroku, and Eventbrite. http://www.django-rest-framework.org/
Hashtags
@djangoproject · Post #100 · 07/26/2016, 05:11 AM
http://robotframework.org/ #Robot#Framework is a generic test #automation framework for acceptance testing and acceptance test-driven development (ATDD). It has easy-to-use tabular test data syntax and it utilizes the keyword-driven testing approach. Its testing capabilities can be extended by test libraries implemented either with Python or Java, and users can create new higher-level keywords from existing ones using the same syntax that is used for creating test cases.
Hashtags
@djangoproject · Post #492 · 11/05/2017, 09:14 PM
http://cherrypy.org/ #CherryPy A Minimalist #Python#Web#Framework.
Hashtags
@djangoproject · Post #450 · 09/27/2017, 11:51 AM
https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django #Django is an extremely popular and fully featured server-side #web#framework, written in #Python. The module shows you why Django is one of the most popular web server frameworks, how to set up a development environment, and how to get started with using it to create your own web #applications. Prerequisites Before starting this module you don't need to have any knowledge of Django. You will need to understand what server-side web programming and web frameworks are, ideally by reading the topics in our Server-side website programming first steps module. A general knowledge of programming concepts and Python is recommended, but not essential to understanding the core concepts.