We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6722c5 commit b73041bCopy full SHA for b73041b
demosys/management/commands/test.py
@@ -30,4 +30,5 @@ def handle(self, *args, **options):
30
if options.get('module'):
31
sys.argv.append(options.get('module'))
32
33
- pytest.main()
+ exit_code = pytest.main()
34
+ sys.exit(exit_code)
0 commit comments