Skip to content

Commit 10ac458

Browse files
committed
Disabled Spyder Testing Code Snippet
1 parent 75e0e25 commit 10ac458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import pytest
44

55
# For testing in Spyder only
6-
if __name__ == "__main__":
7-
pytest.main(['-v', '-s'])
6+
# if __name__ == "__main__":
7+
# pytest.main(['-v', '-s'])
88

99

1010
# pytest -p pytester

0 commit comments

Comments
 (0)