https://github.com/manycoding/pytest_cov_pool_datafiles_250
A code to reproduce the pytest-cove issue with data files and multiprocessing.Pool
https://github.com/manycoding/pytest_cov_pool_datafiles_250
Last synced: 2 months ago
JSON representation
A code to reproduce the pytest-cove issue with data files and multiprocessing.Pool
- Host: GitHub
- URL: https://github.com/manycoding/pytest_cov_pool_datafiles_250
- Owner: manycoding
- Created: 2018-12-24T16:45:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-24T16:48:22.000Z (about 7 years ago)
- Last Synced: 2025-02-24T05:11:12.376Z (11 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pytest_cov_pool_datafiles_250
A code to reproduce the pytest-cove issue with data files and multiprocessing.Pool
https://github.com/pytest-dev/pytest-cov/issues/250
pipenv shell & pipenv install
pytest --cov=src --cov-report=term-missing tests/test_cov_pool.py