Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-pytest
A curated list of awesome pytest resources
https://github.com/augustogoulart/awesome-pytest
Last synced: 5 days ago
JSON representation
-
Books
-
Articles
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- Effective Python Testing With Pytest
- Python unit testing with Pytest and Mock
- The Cleaning Hand of Pytest
- Django Test Driven Development with Pytest
- Creating a PySpark project with pytest, pyenv, and egg files
- Unit testing Apache Spark with py.test
- Passing fixtures to tests in pytest
- Django + Mongo = Pytest FTW! A clean way to manage connecting and dropping of database between tests
- Pytest-mock. How to mock your database connection
- How to use pytest fixtures in Django testing
- Testing Python Applications with Pytest
- How to modularize your py.test fixtures
- How to write parametrized tests using pytest
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- Pytest-Tricks
- A checklist of best practices to speed up your pytest suite
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- Testing sys.exit() with pytest
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
- The Cleaning Hand of Pytest
- Unit testing Apache Spark with py.test
-
Presentations
- pytest for unittest users
- Introduction to pytest - Andreas Pelme - Euro Python 2014
- Pytest recommendations and basic packages for testing in Python and Django - Andreu Vallbona - PyBCN June 2019
- Adopt-a-pytest - [slides](https://speakerdeck.com/daneah/adopt-a-pytest)
-
Code samples and projects
-
Plugins
- Plugin List - PyPI projects that match “pytest-*” are considered plugins and are listed automatically. Packages classified as inactive are excluded. This list contains 865 plugins.
- AFLuent - Automated fault localization tool built as a Pytest plugin. It's triggered when one or more test case fails causing it to generate a ranking of suspicious statements where the cause of the fault could possibly be.
- pytest-bdd - pytest-bdd implements a subset of the Gherkin language to enable automating project requirements testing and to facilitate behavioral driven development.
- pytest-checkipdb - Plugin to check if there are ipdb/pdb/breakpoint breakpoints left into our code
- pytest-cov - This plugin produces coverage reports
- pytest-deadfixtures - A simple plugin to list unused or duplicated fixtures in a pytest suite.
- pytest-django - pytest-django is a plugin for pytest that provides a set of useful tools for testing Django applications and projects.
- pytest-docfiles - Test the code sections in your documentation.
- pytest-fast-first - Run fast tests before slower one.
- pytest-flake8 - pytest plugin for efficiently checking PEP8 compliance
- pytest-freezegun - Plugin that allows your Python tests to travel through time by mocking the datetime module.
- pytest-picked - Run tests related to changes detected by version control (e.g. run all tests in test files with unstaged changes).
- pytest-spec - pytest plugin to display test execution output like a SPECIFICATION.
- pytest-sugar - pytest-sugar changes the look and feel of pytest by adding a progressbar and instafailing tests.
- pytest-profiling - Profiling plugin for pytest, with tabular and heat graph output.
- pytest-watch - Watches files and runs tests whenever a file is changed.
- pyfakefs - Provides a fake file system that mocks the Python file system modules.
- pytest-check - A pytest plugin that allows multiple failures per test.
- soft-assert - A lightweight pytest plugin that allows multiple failures per test with context manager support.
- pytest-clarity - A plugin to improve the readability of pytest output.
- pytest-codeblocks - Tests code blocks in your READMEs.
- pytest-datadir - pytest plugin for manipulating test data directories and files
- pytest-embrace - Dataclasses-as-tests. Describe the runtime once and multiply coverage with no boilerplate.
- pytest django-migrations-ci - pytest plugin to speed up test migrations with django-migrations-ci.
- pytest-duration-insights - Gives an interactive dashboard to show where the slow tests are.
- pytest_profiles - Lets you create configuration profiles for pytest.
- pytest-testinfra - Infrastructure testing to validate the actual state of your servers configured by management tools like Salt, Ansible, Puppet, Chef and so on.
- pytest-unordered - Test collection content, ignoring order.
- pytest-watcher - Automatically rerun your tests on file modifications
- pytest-git-selector - A pytest plugin to deselect tests that are not affected by code changes.
- pytest-lazy-fixtures - Use your fixtures in `@pytest.mark.parametrize`.
- pytest-memray - A plugin for easy integration of the [memray](https://github.com/bloomberg/memray) memory profiler.
- pytest-mimesis - Mimesis integration with the pytest test runner. Generate fake data in your tests.
- pytest-modified-env - Pytest plugin to fail a test if it leaves modified `os.environ` afterwards.
- pytest-monitor - Pytest-monitor is a pytest plugin designed for analyzing resource usage.
- pytest-opentelemetry - Instruments your pytest runs, exporting the spans and timing via OpenTelemetry.
- pytest-pointers - Show the number of tests covering your code.
- pytest-pyodide - Pytest plugin for testing applications that use [Pyodide](https://pyodide.org/).
- pytest-randomly - Pytest plugin to randomly order tests and control `random.seed`. By randomly ordering the tests, the risk of surprising inter-test dependencies is reduced.
- pytest-repeat - A plugin for pytest that makes it easy to repeat a single test, or multiple tests, a specific number of times.
- pytest-reportlog - Report logs into a file as the test session executes.
- pytest-reverse - Pytest plugin to reverse test order.
- pytest-robotframework - Lets you run both python and robotframework tests with pytest while generating robot reports for them.
- pytest-ruff - Pytest plugin to lint code with ruff.
- pytest-skipuntil - A simple pytest plugin to skip flapping test with deadline.
- pytest-socket - Plugin to disable socket calls during tests.
- pytest-testmon - Selects tests affected by changed files. Continous test runner when used with pytest-watch.
- pytest-pinned - A simple pytest plugin for writing pinning tests. Pinning tests, snapshot tests or characterization tests are meant to describe (characterize) the actual behavior of an existing piece of software, and therefore protect existing behavior against unintended changes via automated testing.
- pytest-xdist - pytest plugin for distributed testing and loop-on-failures testing modes.
-
Videos
-
Courses
Programming Languages
Categories
Sub Categories
Keywords
pytest
22
python
18
pytest-plugin
14
testing
13
testing-tools
4
plugin
3
tdd
3
python3
3
unit-testing
2
test
2
test-automation
2
kubernetes
1
infrastructure-testing
1
infrastructure-as-code
1
docker
1
devops-tools
1
devops
1
chef
1
nagios
1
puppet
1
saltstack
1
tdd-utilities
1
tdd-python
1
blog
1
filesystem
1
mocking
1
assertion-library
1
diff
1
markdown
1
testdata
1
code-generation
1
python-3
1
database
1
django
1
migrations
1
mysql
1
postgres
1
sqlite3
1
ansible
1
cpu-monitoring
1
integration-testing
1
memory-monitoring
1
qatools
1
quality
1
jaeger
1
jaegertracing
1
observability
1
opentelemetry
1
opentelemetry-collector
1
telemetry
1