We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbec1db commit 2ef6b68Copy full SHA for 2ef6b68
1 file changed
tests/test_plugin.py
@@ -2,9 +2,9 @@
2
from _pytest.pytester import Pytester
3
import pytest
4
5
-# For testing in Spyder only
6
-if __name__ == "__main__":
7
- pytest.main(['-v', '-s'])
+# # For testing in Spyder only
+# if __name__ == "__main__":
+# pytest.main(['-v', '-s'])
8
9
# pytest -p pytester
10
class TestInlinetests:
0 commit comments