Files
pytest2/tasks/__init__.py
Ronny Pfannschmidt 703e4b11ba run black
2018-05-23 16:48:46 +02:00

11 lines
148 B
Python

"""
Invoke tasks to help with pytest development and release process.
"""
import invoke
from . import generate
ns = invoke.Collection(generate)