Skip to content

Modularize invoke tasks

Cameron Swords requested to merge add-test-invoke-tasks into master

What does this MR do?

Modularizes the tasks.py file used by Invoke to read task definitions.

  • Tasks have been moved to lib/tasks
  • Tasks for running unit tests and listing Python have been added
  • The default task that executes when running invoke in a shell will run both unit tests and Python linting

Does this MR meet the acceptance criteria?

Merge request reports