jsbueno / metapythonLinks
☆13Updated 3 years ago
Alternatives and similar repositories for metapython
Users that are interested in metapython are comparing it to the libraries listed below
Sorting:
- Extend typing package functionalities☆59Updated 2 years ago
- Pytest Fixtures that let you actually test against external resource (Postgres, Mongo, Redshift...) dependent code.☆186Updated 2 months ago
- Python monorepo made easy☆79Updated last year
- An example repo to demonstrate Python support in Pants☆111Updated last month
- Pytest plugin for testing examples in docstrings and markdown files.☆123Updated last month
- Run all your asynchronous tests cooperatively.☆88Updated last month
- Redis fixtures and fixture factories for Pytest.This is a pytest plugin, that enables you to test your code that relies on a running Redi…☆104Updated this week
- Authentication classes to be used with httpx☆124Updated 5 months ago
- Modern benchmarking library for python with pytest integration.☆53Updated last year
- pytest plugin for testing mypy types, stubs, and plugins☆114Updated last week
- pytest plugin to set environment variables in pytest.ini or pyproject.toml file☆184Updated last week
- Deserialize to objects while staying DRY☆158Updated 2 years ago
- A Pytest plugin that allows you to loop tests for a user defined amount of time.☆42Updated 2 years ago
- Conditional coverage based on any rules you define!☆69Updated 5 months ago
- Command-line parsing library for Python 3.☆132Updated 9 months ago
- ☆41Updated 7 months ago
- WebSocket support for HTTPX☆128Updated 2 months ago
- A command line tool, to simplify vendoring pure Python dependencies.☆79Updated last week
- A tiny package to ease the creation of test steps with shared intermediate results/state.☆55Updated 2 years ago
- Replace `Optional[T]` by `Union[T, None]` 👀☆57Updated 2 years ago
- A flake8 plugin that finds that finds improvements for raise statements.☆33Updated 3 years ago
- Replace Starlette's TestClient from `requests` to `httpx`! 🎉