CodyKochmann / battle_testedLinks
Fully automated python fuzzer built to test if code actually is production ready in seconds.
☆111Updated 8 months ago
Alternatives and similar repositories for battle_tested
Users that are interested in battle_tested are comparing it to the libraries listed below
Sorting:
- An extensions for Hypothesis that provides fully automatic testing for type hinted functions☆352Updated 2 years ago
- Generate PyAnnotate annotations from your pytest tests.☆112Updated 3 years ago
- Custom Python linting through AST expressions☆278Updated 2 years ago
- Rate your Python packages package friendliness☆229Updated 2 weeks ago
- Dlint is a tool for encouraging best coding practices and helping ensure Python code is secure.☆173Updated last month
- forge (python signatures) for fun and profit☆107Updated 4 years ago
- Monitoring tool based on radon☆262Updated last year
- Check your wheels have the right contents☆167Updated last month
- MIGRATED TO CODEBERG. Python library to load dynamically typed data into statically typed data structures☆260Updated last year
- A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of RegEx.☆216Updated last month
- Combine contracts and automatic testing.☆86Updated 3 years ago
- Looks at Python code to search for things which look "dodgy" such as passwords or diffs☆127Updated 4 years ago
- Pytest plugin for analyzing resource usage during test sessions☆180Updated last year
- A tool for measuring Python class cohesion.☆249Updated last year
- Inquest lets you add log statements to python without restarting your python instance. It helps you quickly uncover what is going wrong.☆131Updated 2 years ago
- A command-line search utility for Python ASTs using XPath syntax.☆255Updated 3 years ago
- Python based tool for testing whether your API conforms to its Swagger schema☆54Updated 7 years ago
- Typical: Fast, simple, & correct data-validation using Python 3 typing.☆181Updated last year
- Mypy static type checker plugin for Pytest☆257Updated 8 months ago
- Transparent and persistent cache/serialization powered by type hints☆229Updated last week
- Python mutation testing: test your tests! Safely run mutation trials without source code modifications and see what will get past your te…☆98Updated 2 years ago
- Decorator library to configure function arguments☆38Updated 2 years ago
- Time Travel Debugging for Python