beremiz
Clone
Summary
Browse
Changes
Graph
fix problems with unconnected input of InOut function variables and
2017-10-11, Andrey Skvortsov
9e64afb38963
fix error for functions with VAR_IN_OUT
2017-10-10, Andrey Skvortsov
46d9955e1101
fix pylint warning '(unidiomatic-typecheck) Using type() instead of isinstance() for a typecheck'
2017-10-10, Andrey Skvortsov
c4ba411f8c89
fix pylint warning '(misplaced-bare-raise) The raise statement is not inside an except clause'
2017-10-10, Andrey Skvortsov
410a3bcbeb29
fix format string argument error found by pylint '(too-many-format-args) Too many arguments for format string'
2017-10-10, Andrey Skvortsov
4eeddef7f973
fix pylint warning '(wrong-import-position) Import "import X" should be placed at the top of the module'
2017-10-10, Andrey Skvortsov
1df77c809257
fix pylint warning '(import-self) Module import itself'
2017-10-10, Andrey Skvortsov
4c5156dee87a
remove old code useless code found by pylint "(unnecessary-pass) Unnecessary pass statement"
2017-10-10, Andrey Skvortsov
524ff4dbb7d9
fix error found by pylint 'W0104(pointless-statement) Statement seems to have no effect'
2017-10-10, Andrey Skvortsov
c2cba67145eb
fix pylint warning "(undefined-loop-variable) Using possibly undefined loop variable 'X'"
2017-10-10, Andrey Skvortsov
f33942053466
fix pylint warning 'C0112(empty-docstring) Empty function docstring'
2017-10-10, Andrey Skvortsov
cff5179cc601
fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'"
2017-10-09, Andrey Skvortsov
47a3f39bead0
fix pylint warning '(dangerous-default-value) Dangerous default value {} as argument'
2017-10-09, Andrey Skvortsov
70c1cc354a8f
fix pylint warning '(old-style-class) Old-style class defined.'
2017-10-09, Andrey Skvortsov
1b8b5324506c
fix pylint warning '(unused-import), Unused import connectors'
2017-10-06, Andrey Skvortsov
614396cbffbf
fix typos
2017-10-05, Andrey Skvortsov
6811021e3d94
comment out unused code SFC_Step.RefreshBoundingBox()
2017-10-05, Andrey Skvortsov
201e0f1896c4
explicitly mark unused variables found by pylint with _ or dummy
2017-10-05, Andrey Skvortsov
6198190bc121
remove unused variables found by pylint
2017-10-03, Andrey Skvortsov
14b40afccd69
update .PHONE target in Makefile for mki18n.py
2017-10-03, Andrey Skvortsov
3abde7651c38
make mki18n return 0 on success
2017-10-03, Andrey Skvortsov
b126c2f61bb6
update list with files for internatialization, app.fil
2017-10-03, Andrey Skvortsov
4bec5768afbb
move README content to Makefile
2017-10-03, Andrey Skvortsov
05c1f7aa8991
fix pylint warning '(global-variable-not-assigned) Using global for 'X' but no assignment is done'
2017-10-02, Andrey Skvortsov
9fd29e8b1393
fix pylint error '(function-redefined) method already defined'
2017-10-02, Andrey Skvortsov
cf5ef4c0deff
fix pylint warning '(unreachable) Unreachable code'
2017-09-29, Andrey Skvortsov
a2324624e516
fix pylint warning (bad-indentation) Bad indentation. Found X spaces, expected Y
2017-09-29, Andrey Skvortsov
646245c1c0d9
fix pylint warning '(pointless-string-statement) String statement has no effect'
2017-09-29, Andrey Skvortsov
c507c363625e
fix error __init__ method from base class is not called
2017-09-29, Andrey Skvortsov
d42b6cf00fa6
fix more than one statement on a single line
2017-09-28, Andrey Skvortsov
7533061a6d82
fix ungrouped imports from package X
2017-09-28, Andrey Skvortsov
cd42b426028b
fix unnecessary lambda and enable corresponding pylint check
2017-09-28, Andrey Skvortsov
2269739dd098
fix wrong-import-order. first standard modules are imported, then others
2017-09-28, Andrey Skvortsov
0f1081928d65
fix (old-style-class) Old-style class defined error for most parts of
2017-09-28, Andrey Skvortsov
56b48961cc68
remove in-tree version of Zeroconf and use upstream from
2017-09-22, Andrey Skvortsov
e598d1acf354
remove reimported modules
2017-09-22, Andrey Skvortsov
a776ac02b079
fix unnecessary parens after keyword
2017-09-22, Andrey Skvortsov
396da88d7b5c
enable pylint checker
2017-09-22, Andrey Skvortsov
b8b47f9b5e56
fix usage of python2-only print statement
2017-09-22, Andrey Skvortsov
91796f408540
run python tests with non-english locale to catch bugs related to localization
2017-09-22, Andrey Skvortsov
bcb50e736a46
make it possible to update XSD schema in project controller after new
2017-09-21, Andrey Skvortsov
5765bea3dbd1
fix commit "lazy initialization of highlight pens and brushes
2017-09-21, Andrey Skvortsov
1e9a67d68612
clean build example project after running test
2017-09-21, Andrey Skvortsov
1d7bf584eb7f
fix problem if DataTypeEditor was imported before localization is
2017-09-21, Andrey Skvortsov
44a47d255d36
add shell script to run all python tests and automatically handle Xvfb
2017-09-16, Andrey Skvortsov
76f5eba31afd
add PLCOpenEditor tests
2017-09-16, Andrey Skvortsov
27976d1606a4
run application tests in full screen mode
2017-09-16, Andrey Skvortsov
925ea35edc2c
clean sys.argv, because if test is running from pytest
2017-09-16, Andrey Skvortsov
ff0c18be4a8b
rework Beremiz application "testCheckProject" test to allow easier reuse later
2017-09-16, Andrey Skvortsov
724722c03db4
add application name for PLCOpenEditor
2017-09-16, Andrey Skvortsov
f0600fe03a89
rewrite PLCOpenEditor. Add PLCOpenEditorApp class for easier customizations.
2017-09-15, Andrey Skvortsov
fc387c4fc1d4
lazy locale initialization
2017-09-15, Andrey Skvortsov
c18adf359d21
use CustomIntCtrl instead of wx.SpinCtrl because it doesn't support
2017-09-15, Andrey Skvortsov
8626a4948d5e
add custom TextCtrl allowed to enter long integer with bounds checking
2017-09-15, Andrey Skvortsov
4e3c78a84c64
use pytest for testing
2017-09-15, Andrey Skvortsov
70768bd1dab3
run separate test on every project instead of one big long test all projects
2017-09-15, Andrey Skvortsov
3f0a552549d1
move configuration for test environment into separate file conftest.py
2017-09-15, Andrey Skvortsov
b4764ebb352d
lazy initialization of highlight pens and brushes for DebugVariableViewer
2017-09-15, Andrey Skvortsov
5562f34f2fc2
add '_' function to builtin dictionary at import time
2017-09-15, Andrey Skvortsov
6b4d0f4f2fbc
remove builtin BMZ_DBG. It's not used.
2017-09-15, Andrey Skvortsov
52daabbb6f90