1 parent 5b28101 commit 1c70a8eCopy full SHA for 1c70a8e
1 file changed
tests/test1.py
@@ -12,3 +12,5 @@ def test_ips():
12
ips = cf.ips.get()
13
assert ips
14
15
+if __name__ == '__main__':
16
+ pytest.main([__file__])
0 commit comments