mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-04 02:09:17 +02:00
tox.ini and py35 support, fix linting errors
This commit is contained in:
parent
c24c21f890
commit
940f665b54
6 changed files with 59 additions and 17 deletions
|
@ -1,11 +1,9 @@
|
|||
import pytest
|
||||
|
||||
import deltachat
|
||||
|
||||
|
||||
def pytest_addoption(parser):
|
||||
parser.addoption("--user", action="store", default=None,
|
||||
help="user and domain of test account: example user@example.org")
|
||||
help="user and domain of test account: example user@example.org")
|
||||
parser.addoption("--password", action="store", default=None)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue