Codebase list python-procrunner / upstream/2.3.0 setup.cfg
upstream/2.3.0

Tree @upstream/2.3.0 (Download .tar.gz)

setup.cfg @upstream/2.3.0

04d85c7
 
 
 
 
 
e00f039
 
 
 
 
 
 
 
 
[metadata]
project-urls =
    Documentation = https://procrunner.readthedocs.io/
    GitHub = https://github.com/DiamondLightSource/python-procrunner
    Bug-Tracker = https://github.com/DiamondLightSource/python-procrunner/issues

[flake8]
exclude = docs

[aliases]
test = pytest

[tool:pytest]
collect_ignore = ['setup.py']