-
Updated
Apr 25, 2022 - Go
#
pytest
Here are 1,881 public repositories matching this topic...
HttpRunner 是一个开源的 API 测试工具,支持 HTTP(S) / HTTP2 / WebSocket / RPC 等网络协议,涵盖接口测试、性能测试、数字体验监测等测试类型。简单易用,功能强大,具有丰富的插件化机制和高度的可扩展能力。
benchmarking
curl
load-testing
jmeter
pytest
requests
locust
api-testing
performance-testing
boomer
httptest
go-testing
A Web-UI testing framework that lets you move fast and detect broken things. Made for Python/pytest developers. 🎖️
python
testing
webdriver
selenium
pytest
awesome-list
pytest-plugin
web-automation
rpa
selenium-python
e2e-testing
seleniumbase
-
Updated
Apr 26, 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 26, 2022 - Jupyter Notebook
Bleeding edge django template focused on code quality and security.
-
Updated
Apr 26, 2022 - Python
Thin-wrapper around the mock package for easier use with pytest
-
Updated
Apr 22, 2022 - Python
py.test fixture for benchmarking code
-
Updated
Feb 23, 2022 - 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
Apr 12, 2022 - Python
Plugin for generating HTML reports for pytest results
-
Updated
Apr 25, 2022 - Python
Allure integrations for Python test frameworks
-
Updated
Feb 7, 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
Apr 26, 2022 - 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
Doing dirty (but extremely useful) things with equals.
-
Updated
Apr 18, 2022 - Python
A py.test plugin to validate Jupyter notebooks
-
Updated
Feb 27, 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
Test django schema and data migrations, including migrations' order and best practices.
-
Updated
Apr 25, 2022 - Python
SagiPolaczek
commented
Apr 14, 2022
Hey,
First, great open source project.
I suggest the following feature:
Currently to execute the entire notebook we can do:
def test_notebook(self):
notebook_path = "fuse_examples/tutorials/hello_world/hello_world.ipynb"
# Execute the whole notebook and save it as an object
with testbook(notebook_path, execute=True, timeout=600) as tb:
Now, i
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
unittest-based test runner with Ant/JUnit like XML reporting.
-
Updated
Mar 18, 2022 - 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.call
signatu