#
pytest
Here are 1,489 public repositories matching this topic...
python
testing
jenkins
webdriver
selenium
test-automation
self-hosted
e2e-tests
pytest
awesome-list
recorder
end-to-end-testing
rpa
selenium-python
e2e-testing
azure-devops
github-actions
seleniumbase
-
Updated
Aug 24, 2021 - Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
flask
data-science
machine-learning
statistics
deep-learning
neural-network
random-forest
clustering
numpy
naive-bayes
scikit-learn
regression
pandas
artificial-intelligence
pytest
classification
dimensionality-reduction
matplotlib
decision-trees
k-nearest-neighbours
-
Updated
Jul 30, 2021 - Jupyter Notebook
Bleeding edge django template focused on code quality and security.
-
Updated
Aug 30, 2021 - Python
Thin-wrapper around the mock package for easier use with pytest
-
Updated
Aug 30, 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
Allure integrations for Python test frameworks
-
Updated
Aug 22, 2021 - Python
Plugin for generating HTML reports for pytest results
-
Updated
Aug 13, 2021 - Python
Python best practices project cookiecutter 🍪
python
best-practices
pre-commit
cookiecutter
pytest
flake8
black
mypy
cookiecutter-template
isort
pipenv
python-best-practices
-
Updated
May 26, 2021 - Python
A py.test plugin to validate Jupyter notebooks
-
Updated
Aug 23, 2021 - Python
refactoring
python
debugging
formatter
awesome
linter
sphinx
conda
mkdocs
pytest
pip
developer-tools
flake8
awesome-list
pylint
linters
best-of
style-checkers
python-devtools
best-of-list
-
Updated
Aug 26, 2021 - Python
anapaulagomes
commented
May 27, 2018
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
MSeal
commented
May 23, 2021
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 30, 2021 - Python
Python-centric Cookiecutter for Molecular Computational Chemistry Packages
cookiecutter
pytest
computational-chemistry
python-packages
conda-environment
conda-forge
github-actions
molecular-sciences
-
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