| tests | |
|---|---|
| package |
- Free software: MIT license
pip install scrapy-onepanel-plugin
You can also install the in-development version with:
pip install https://github.com/MaxinAI/scrapy-onepanel-plugin/archive/master.zip
To use the project:
import scrapy_onepanel_plugin
scrapy_onepanel_plugin.longest()To run the all tests run:
tox
Note, to combine the coverage data from all the tox environments run:
| Windows | set PYTEST_ADDOPTS=--cov-append tox |
|---|---|
| Other | PYTEST_ADDOPTS=--cov-append tox |