This website works better with JavaScript.
Home
Help
Register
Sign In
dvn
/
pEpEngine
forked from
pEp.foundation/pEpEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
91
Wiki
Activity
Browse Source
adding ini file
database_change_branch
Volker Birk
4 years ago
parent
c3cb46611f
commit
2b6e6768f6
2 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.hgignore
+7
-0
test/python_tests/pytest.ini
+ 1
- 0
.hgignore
View File
@ -57,3 +57,4 @@ random_seed
secring.gpg
trustdb.gpg
.pEp_management.db
.cache
+ 7
- 0
test/python_tests/pytest.ini
View File
@ -0,0 +1,7 @@
# --boxed run each test in an own process
# -v verbose output
# -n 2 two parallel tasks
[pytest]
addopts
=
--boxed -v -n 2 test_1.py
Write
Preview
Loading…
Cancel
Save