jayclassless / tidypyLinks
A tool that executes a suite of static analysis tools upon a Python project.
☆34Updated last year
Alternatives and similar repositories for tidypy
Users that are interested in tidypy are comparing it to the libraries listed below
Sorting:
- Generate PyAnnotate annotations from your pytest tests.☆111Updated 3 years ago
- 🗿 Straightforward CLI parsing and dispatching microframework☆21Updated 9 months ago
- A pytest plugin that limits the output to just the things you need.☆93Updated 11 months ago
- Library providing syntactic sugar for creating variant forms of a canonical function☆74Updated 6 years ago
- python decorators made easy.☆24Updated last year
- show where your regex match assertion failed!☆80Updated 2 weeks ago
- Rate your Python packages package friendliness☆219Updated last month
- Use Python 3 annotations in sphinx-enabled docstrings☆44Updated 9 years ago
- Plugin for providing variables to pytest tests/fixtures☆73Updated 3 weeks ago
- py-test plugin: an incremental test runner☆51Updated 3 years ago
- extracted --boxed from pytest-xdist to ensure backward compat☆71Updated 8 months ago
- A tiny package to ease the creation of test steps with shared intermediate results/state.☆55Updated 2 years ago
- Removes commented-out code from Python files☆214Updated 3 weeks ago
- pytest-print adds the printer fixture you can use to print messages to the user (directly to the pytest runner, not stdout)☆76Updated last week
- A wrapper around the stdlib `tokenize` which roundtrips.☆58Updated 2 weeks ago
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated 2 weeks ago
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆46Updated 2 years ago
- A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of RegEx.