Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unittest-parallel dependency #660

Merged
merged 2 commits into from Oct 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -343,13 +343,13 @@ Assuming you have ``>=python3.7`` installed, navigate to the directory where you
source .venv/bin/activate &&
pip install -r requirements-dev.txt &&
pre-commit install &&
python run_tests.py
python -m unittest

In case you want to run a single unittest for a newly developed scraper

.. code:: shell

python -m coverage run -m unittest tests.test_myscraper
python -m unittest tests.test_myscraper

FAQ
---
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Expand Up @@ -5,7 +5,6 @@ flake8>=3.8.3
flake8-printf-formatting>=1.1.0
pre-commit>=2.6.0
responses>=0.21.0
unittest-parallel>=1.5.0
mypy>=0.971
# language-tags>=1.0.0
# tld>=0.12.3
7 changes: 0 additions & 7 deletions run_tests.py

This file was deleted.