We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd8242 commit 8a30715Copy full SHA for 8a30715
garlicsim/test_garlicsim/__init__.py
@@ -86,6 +86,7 @@ def exists(module_name):
86
'--cover-erase',
87
'--cover-package=garlicsim,garlicsim_lib,garlicsim_wx,'
88
'test_garlicsim,test_garlicsim_lib,test_garlicsim_wx',
89
+ '--exe', # Needed because `setup.py` makes our test modules executable
90
]
91
92
0 commit comments