tests/tools/test_application.py
Thu, 05 Oct 2017 16:38:49 +0300 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
Thu, 28 Sep 2017 15:17:57 +0300 Andrey Skvortsov fix wrong-import-order. first standard modules are imported, then others
Fri, 22 Sep 2017 10:54:42 +0300 Andrey Skvortsov fix usage of python2-only print statement
Thu, 21 Sep 2017 15:04:15 +0300 Andrey Skvortsov clean build example project after running test
Sat, 16 Sep 2017 21:24:22 +0300 Andrey Skvortsov add PLCOpenEditor tests
Sat, 16 Sep 2017 21:22:53 +0300 Andrey Skvortsov run application tests in full screen mode
Sat, 16 Sep 2017 21:22:06 +0300 Andrey Skvortsov clean sys.argv, because if test is running from pytest
Sat, 16 Sep 2017 21:19:19 +0300 Andrey Skvortsov rework Beremiz application "testCheckProject" test to allow easier reuse later
Fri, 15 Sep 2017 19:51:31 +0300 Andrey Skvortsov run separate test on every project instead of one big long test all projects
Fri, 15 Sep 2017 19:45:41 +0300 Andrey Skvortsov move configuration for test environment into separate file conftest.py
Tue, 12 Sep 2017 10:21:51 +0300 Andrey Skvortsov add couple Beremiz application tests