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