diff --git a/tasks.py b/tasks.py index d34c6b3..37e4494 100644 --- a/tasks.py +++ b/tasks.py @@ -3,13 +3,13 @@ @task -def test_consumer(ctx): +def testconsumer(ctx): """Runs the consumer pact tests""" ctx.run('pytest src') @task -def test_provider(ctx): +def testprovider(ctx): """Validate pact files against server""" import threading