Skip to content

Commit 226f685

Browse files
committed
chore(tests): Commented out tests that require a plugin
1 parent 17d3d07 commit 226f685

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

tests/network/test_multi_clients.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ def test_multi_clients():
240240

241241

242242
if __name__ == '__main__':
243-
test_multi_clients()
243+
pass
244+
# test_multi_clients() # commented out because a plugin is required
244245
# pytest.main([__file__])
245246

tests/network/test_network_gui.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -537,5 +537,6 @@ def test_network_gui():
537537

538538

539539
if __name__ == '__main__':
540-
test_network_gui()
540+
pass
541+
# test_network_gui() # commented out because a plugin is required
541542
# pytest.main([__file__])

tests/network/test_single_client.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ def test_single_client():
412412

413413

414414
if __name__ == '__main__':
415-
test_single_client()
415+
pass
416+
# test_single_client() # commented out because a plugin is required
416417
# pytest.main([__file__])
417418

0 commit comments

Comments
 (0)