File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,7 @@ def test_multi_clients():
240
240
241
241
242
242
if __name__ == '__main__' :
243
- test_multi_clients ()
243
+ pass
244
+ # test_multi_clients() # commented out because a plugin is required
244
245
# pytest.main([__file__])
245
246
Original file line number Diff line number Diff line change @@ -537,5 +537,6 @@ def test_network_gui():
537
537
538
538
539
539
if __name__ == '__main__' :
540
- test_network_gui ()
540
+ pass
541
+ # test_network_gui() # commented out because a plugin is required
541
542
# pytest.main([__file__])
Original file line number Diff line number Diff line change @@ -412,6 +412,7 @@ def test_single_client():
412
412
413
413
414
414
if __name__ == '__main__' :
415
- test_single_client ()
415
+ pass
416
+ # test_single_client() # commented out because a plugin is required
416
417
# pytest.main([__file__])
417
418
You can’t perform that action at this time.
0 commit comments