Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
blog
Commits
90ff750849f9
Commit
23fafc76
authored
Nov 14, 2018
by
Denis Laxalde
Browse files
Configure pytest for discovery of unittest_*.py files
Otherwise, only test_blog.py was run.
parent
97a3a1fc267f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
90ff7508
...
...
@@ -25,3 +25,6 @@ format = pylint
max-line-length
=
100
ignore
=
E731,W503
exclude
=
cubicweb_blog/__pkginfo__.py,cubicweb_blog/migration/*,test/data/*,.tox/*
[pytest]
python_files
=
*test_*.py
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment