File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 42
42
43
43
* Update [ CHANGELOG.md] ( CHANGELOG.md ) (Unreleased section)
44
44
45
+ * Please use following (testing) workflow for your local work (same run on CI Github Actions but should pass locally before creating new PR):
46
+
47
+ * use virtualenv, so you are isolated from your system-level installed packages
48
+ * activate the virtualenv according your OS
49
+ * pip install -r dev-requirements.txt
50
+ * pip install -r requirements.txt
51
+ * pytest --cov-report term --cov=pyodata
52
+ * pylint --rcfile=.pylintrc --output-format=parseable --reports=no pyodata
53
+ * flake8 --config=.flake8 pyodata
54
+
55
+ There is a Makefile with all targets that can be used as well, if you are fan of makefiles.
56
+
45
57
## ** Did you fix whitespace, format code, or make a purely cosmetic patch?**
46
58
47
59
Changes that are cosmetic in nature and do not add anything substantial to the
You can’t perform that action at this time.
0 commit comments