#
pytest
Here are 1,704 public repositories matching this topic...
A Python framework that inspires developers to become better test automation engineers. 🧠 💡
python
testing
jenkins
webdriver
ipython
selenium
test-automation
self-hosted
e2e-tests
pytest
awesome-list
recorder
pytest-plugin
end-to-end-testing
rpa
selenium-python
e2e-testing
azure-devops
github-actions
seleniumbase
-
Updated
Jan 9, 2022 - 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
Jan 9, 2022 - Jupyter Notebook
Bleeding edge django template focused on code quality and security.
-
Updated
Jan 11, 2022 - Python
Thin-wrapper around the mock package for easier use with pytest
-
Updated
Jan 10, 2022 - Python
py.test fixture for benchmarking code
-
Updated
Dec 13, 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
Dec 31, 2021 - Python
Allure integrations for Python test frameworks
-
Updated
Dec 7, 2021 - Python
Plugin for generating HTML reports for pytest results
-
Updated
Dec 2, 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
Jan 6, 2022 - 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
Jan 11, 2022 - Python
A py.test plugin to validate Jupyter notebooks
-
Updated
Jan 5, 2022 - Python
A plugin to improve the output of pytest with colourful unified diffs
-
Updated
Jun 15, 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
1
rohitsanj
commented
May 22, 2021
- Need unit tests on a few functions in
testbook/reference.py.
Command to generate above output:
$ cd testbook
$ pytest --cov=testbook --cov-report=html
$ open htmlcov/index.html # or just navigate to this dirunittest-based test runner with Ant/JUnit like XML reporting.
-
Updated
Oct 19, 2021 - Python
Test django schema and data migrations, including migrations' order and best practices.
-
Updated
Jan 11, 2022 - 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
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."

This might be helpful - too many redirects may be considered an error. E.g. the API schema might need to provide endpoints that won't involve any redirection at all, for example, if the app redirects "/api/users" to "/api/users/", then the schema should have endpoints with trailing slashes to avoid these redirects for clients at all.
Implementation notes
models.Case.callsignatu