Home | Back to Courses
Python - The big testing course

Partner: Udemy
Affiliate Name:
Area:
Description: Welcome,This course is the cumulation of all the years of experience I have with python. My idea was to create a course that provides you with an anchor point into testing code you write from different aspects.The following popular modules are introduced and provided with real-world examples.- doctest- pytest- nose2- locust- testinfraAbout doctest. The doctest module searches for pieces of text that look like interactive Python sessions, and then executes those sessions to verify that they work exactly as shown. There are several common ways to use doctest:To check that a module’s docstrings are up-to-date by verifying that all interactive examples still work as documented.To perform regression testing by verifying that interactive examples from a test file or a test object work as expected.To write tutorial documentation for a package, liberally illustrated with input-output examples. Depending on whether the examples or the expository text are emphasized, this has the flavor of “literate testing” or “executable documentation”.About pytest. It helps you write better programs. The pytest framework makes it easy to write small, readable tests, and can scale to support complex functional testing.Features: Detailed info on failing assert statements (no need to remember self.assert* names)Auto-discovery of test modules and functionsModular fixtures for managing small or parametrized long-lived test resourcesCan run unittest (including trial) test suites out of the boxPython 3.8+ or PyPy 3Rich plugin architecture, with over 1300+ external plugins and thriving communityAbout nose2. The nose2 module in Python is a test runner that extends the built-in unittest framework to make it easier to discover, run, and report on tests. It is the successor to t
Category: IT & Software > Other IT & Software > Software Testing
Partner ID:
Price: 49.99
Commission:
Source: Impact
Go to Course