blob: ea5b1293e33ea758228a4ddab9ecaec4c6ce7556 [file] [log] [blame]
"""
Invoke tasks to help with pytest development and release process.
"""
import invoke
from . import generate
ns = invoke.Collection(generate)