forked from openlp/openlp
Replace native test runner with pytest
This commit is contained in:
parent
df538b1d70
commit
7288336ad4
@ -2,6 +2,9 @@
|
||||
# E722 do not use bare except, specify exception instead
|
||||
# F841 local variable '<variable>' is assigned to but never used
|
||||
|
||||
[aliases]
|
||||
test=pytest
|
||||
|
||||
[pep8]
|
||||
exclude=resources.py,vlc.py
|
||||
max-line-length = 120
|
||||
|
Loading…
Reference in New Issue
Block a user