summaryrefslogtreecommitdiffstats
path: root/third_party/python/pytest/tasks/__init__.py
blob: ea5b1293e33ea758228a4ddab9ecaec4c6ce7556 (plain)
1
2
3
4
5
6
7
8
9
10
"""
Invoke tasks to help with pytest development and release process.
"""

import invoke

from . import generate


ns = invoke.Collection(generate)