Guest User

Untitled

a guest
Jun 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @manager.command
  2. def test():
  3. """Run the tests."""
  4. import subprocess
  5. code = subprocess.call(['py.test', 'tests/', '-n', '5', '--cov','mimir', '--verbose'])
  6. return code
Add Comment
Please, Sign In to add comment