beremiz

tests: fix load_and_build_tests.pytest
wxPython4
2022-08-12, Edouard Tisserant
5a0f7fcf9a8f
Parents 0c96269bf63b
Children 7dcd0de97e6f
tests: fix load_and_build_tests.pytest

Leftover import from previously commented-out tests. Commented out as well.
--- a/tests/ide_tests/load_and_build_tests.pytest/test_application.py Thu Aug 11 17:39:12 2022 +0200
+++ b/tests/ide_tests/load_and_build_tests.pytest/test_application.py Fri Aug 12 13:35:59 2022 +0200
@@ -37,7 +37,7 @@
import conftest
import Beremiz
-import PLCOpenEditor
+# import PLCOpenEditor
class UserApplicationTest(unittest.TestCase):