Skip to content

Commit 2ef6b68

Browse files
committed
Removed Spyder Testing Line
1 parent bbec1db commit 2ef6b68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_plugin.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
from _pytest.pytester import Pytester
33
import pytest
44

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

99
# pytest -p pytester
1010
class TestInlinetests:

0 commit comments

Comments
 (0)