nedbat / pytest-galleryLinks
A sampler of tests showing different ways to construct tests for pytest
☆23Updated 4 years ago
Alternatives and similar repositories for pytest-gallery
Users that are interested in pytest-gallery are comparing it to the libraries listed below
Sorting:
- A pytest plugin that limits the output to just the things you need.☆92Updated 10 months ago
- show where your regex match assertion failed!☆80Updated 2 weeks ago
- Conditional coverage based on any rules you define!☆71Updated 6 months ago
- flake8 plugin which checks for misuse of `sys.version` or `sys.version_info`☆64Updated last year
- Plugin for adding a marker to slow running tests. 🐌☆15Updated 5 years ago
- Mimesis integration with the pytest test runner. This plugin provider useful fixtures based on providers from Mimesis.☆62Updated last year
- A flake8 extension that implements misc. lints☆64Updated 2 years ago
- Package requirements checker☆37Updated 5 months ago
- flake8 plugin which checks that typing imports are properly guarded☆49Updated 2 weeks ago
- flake8 plugin which forbids assignment expressions (the walrus operator)☆46Updated last year
- Data fixtures for pytest made simple☆25Updated last month
- A wrapper around the stdlib `tokenize` which roundtrips.☆56Updated 2 weeks ago
- py.test plugin to check import ordering using isort☆40Updated last year
- ☆46Updated 4 years ago
- ☆51Updated last year
- Generate waterfalls from `-Ximporttime` tracing.☆119Updated 2 weeks ago
- ❄️ A flake8 plugin that helps you write tidier imports.☆74Updated this week
- flake8 plugin to require absolute imports☆13Updated last year
- flake8 debug statement checker☆42Updated 3 years ago
- ❄️ Spellcheck variables, classnames, comments, docstrings etc☆75Updated 10 months ago
- Check what PyPI dependencies changed and when.☆30Updated this week
- Flake8 plugin to encourage correct string literal concatenation☆33Updated 2 months ago
- flake8 extension for mutable default arguments