CodyKochmann / battle_testedLinks
Fully automated python fuzzer built to test if code actually is production ready in seconds.
☆112Updated 9 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:
- Custom Python linting through AST expressions☆277Updated 2 years ago
- An extensions for Hypothesis that provides fully automatic testing for type hinted functions☆352Updated 2 years ago
- Dlint is a tool for encouraging best coding practices and helping ensure Python code is secure.☆174Updated 3 weeks ago
- Check your wheels have the right contents☆166Updated last month
- Rate your Python packages package friendliness☆231Updated last month
- Combine contracts and automatic testing.☆86Updated 3 years ago
- Generate PyAnnotate annotations from your pytest tests.☆112Updated 3 years ago
- A command-line search utility for Python ASTs using XPath syntax.☆254Updated 3 years ago
- A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of RegEx.☆218Updated 2 months ago
- Scaraplate is a wrapper around cookiecutter which allows to repeatedly rollup project templates onto concrete projects.☆62Updated 2 years ago
- forge (python signatures) for fun and profit☆107Updated 4 years ago
- Generate waterfalls from `-Ximporttime` tracing.☆124Updated last month
- Looks at Python code to search for things which look "dodgy" such as passwords or diffs☆128Updated 4 years ago
- Automated security testing using bandit and flake8.☆115Updated 2 years ago
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆70Updated last month
- Python mutation testing: test your tests! Safely run mutation trials without source code modifications and see what will get past your te…☆99Updated 2 years ago
- Pytest plugin for analyzing resource usage during test sessions☆180Updated last year
- Changelog management tool☆298Updated this week
- Utilities for run-time type validation and multiple dispatch☆172Updated last month
- Monitoring tool based on radon☆270Updated last year
- MIGRATED TO CODEBERG. Python library to load dynamically typed data into statically typed data structures☆261Updated last year
- Cornell - record & replay mock server☆143Updated 2 years ago
- Deserialize to objects while staying DRY☆159Updated 2 years ago
- Conditional coverage based on any rules you define!☆79Updated last year
- Fast python test runner, compatible with a subset of pytest☆96Updated last year
- One weird trick to make your code more reliable☆301Updated 3 weeks ago
- Mypy static type checker plugin for Pytest☆257Updated 9 months ago
- Design-by-contract in Python3 with informative violation messages and inheritance