pytest
Here are 1,453 public repositories matching this topic...
-
Updated
Aug 12, 2021 - Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
-
Updated
Jul 30, 2021 - Jupyter Notebook
Bleeding edge django template focused on code quality and security.
-
Updated
Aug 13, 2021 - Python
Thin-wrapper around the mock package for easier use with pytest
-
Updated
Jul 26, 2021 - Python
py.test fixture for benchmarking code
-
Updated
Jun 14, 2021 - Python
a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly)
-
Updated
Oct 24, 2020 - Python
Plugin for generating HTML reports for pytest results
-
Updated
Aug 13, 2021 - Python
Allure integrations for Python test frameworks
-
Updated
Aug 6, 2021 - Python
A py.test plugin to validate Jupyter notebooks
-
Updated
May 19, 2021 - Python
Python best practices project cookiecutter
-
Updated
May 26, 2021 - Python
-
Updated
Aug 12, 2021 - Python
Let's say you've changed house/serializers.py. Would be nice to run the tests of house/test_serializers.py or even the tests that were related.
To keep in mind:
- There is an option on pytest to specify test paths
A plugin to improve the output of pytest with colourful unified diffs
-
Updated
Jun 15, 2021 - Python
Websauna is a full stack Python web framework for building web services and back offices with admin interface and sign up process
-
Updated
Dec 30, 2020 - Python
unittest-based test runner with Ant/JUnit like XML reporting.
-
Updated
Aug 5, 2021 - Python
The tox.ini file and the github actions need a 3.9 test runner added to cover latest stable version of python.
Maybe 3.10 if it's working with dependencies as well?
Test django schema and data migrations, including migrations' order and best practices.
-
Updated
Aug 13, 2021 - Python
Python-centric Cookiecutter for Molecular Computational Chemistry Packages
-
Updated
Aug 10, 2021 - Python
Improve this page
Add a description, image, and links to the pytest topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pytest topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
Currently, it is not possible to pass a client-side certificate in Schemathesis CLI.
Docs: https://docs.python-requests.org/en/master/user/advanced/#client-side-certificates
Also, the docs should be extended with this topic
Describe the solution you'd like
Add a couple of CLI parameters for cert & key.
**Additiona