Fri, 29 Sep 2017 16:26:15 +0300 Andrey Skvortsov fix pylint warning '(pointless-string-statement) String statement has no effect'
Fri, 29 Sep 2017 15:36:33 +0300 Andrey Skvortsov fix error __init__ method from base class is not called
Thu, 28 Sep 2017 17:24:33 +0300 Andrey Skvortsov fix more than one statement on a single line
Thu, 28 Sep 2017 17:20:31 +0300 Andrey Skvortsov fix ungrouped imports from package X
Thu, 28 Sep 2017 16:25:05 +0300 Andrey Skvortsov fix unnecessary lambda and enable corresponding pylint check
Thu, 28 Sep 2017 15:17:57 +0300 Andrey Skvortsov fix wrong-import-order. first standard modules are imported, then others
Thu, 28 Sep 2017 12:20:40 +0300 Andrey Skvortsov fix (old-style-class) Old-style class defined error for most parts of
Fri, 22 Sep 2017 20:12:22 +0300 Andrey Skvortsov remove in-tree version of Zeroconf and use upstream from
Fri, 22 Sep 2017 18:06:15 +0300 Andrey Skvortsov remove reimported modules
Fri, 22 Sep 2017 16:37:38 +0300 Andrey Skvortsov fix unnecessary parens after keyword
Fri, 22 Sep 2017 10:57:57 +0300 Andrey Skvortsov enable pylint checker
Fri, 22 Sep 2017 10:54:42 +0300 Andrey Skvortsov fix usage of python2-only print statement
Fri, 22 Sep 2017 10:52:44 +0300 Andrey Skvortsov run python tests with non-english locale to catch bugs related to localization
Thu, 21 Sep 2017 17:19:18 +0300 Andrey Skvortsov make it possible to update XSD schema in project controller after new
Thu, 21 Sep 2017 16:06:51 +0300 Andrey Skvortsov fix commit "lazy initialization of highlight pens and brushes
Thu, 21 Sep 2017 15:04:15 +0300 Andrey Skvortsov clean build example project after running test
Thu, 21 Sep 2017 15:02:36 +0300 Andrey Skvortsov fix problem if DataTypeEditor was imported before localization is
Sat, 16 Sep 2017 21:26:17 +0300 Andrey Skvortsov add shell script to run all python tests and automatically handle Xvfb
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
Sat, 16 Sep 2017 21:04:34 +0300 Andrey Skvortsov add application name for PLCOpenEditor
Fri, 15 Sep 2017 20:30:24 +0300 Andrey Skvortsov rewrite PLCOpenEditor. Add PLCOpenEditorApp class for easier customizations.
Fri, 15 Sep 2017 20:28:54 +0300 Andrey Skvortsov lazy locale initialization
Fri, 15 Sep 2017 20:05:41 +0300 Andrey Skvortsov use CustomIntCtrl instead of wx.SpinCtrl because it doesn't support
Fri, 15 Sep 2017 20:01:21 +0300 Andrey Skvortsov add custom TextCtrl allowed to enter long integer with bounds checking
Fri, 15 Sep 2017 19:53:49 +0300 Andrey Skvortsov use pytest for testing
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