Rev445, Fix ConnectionServer peer_id handling, Faster startup by creating ssl certs on FileServer start, Per-site connection_server, Fix double Db opening, Test site downloading, Sign testsite properly, Test ConnectionServer, Test FileRequest
This commit is contained in:
parent
891c5cc34a
commit
8fdc431b0b
26 changed files with 459 additions and 266 deletions
|
@ -7,10 +7,10 @@ install:
|
|||
before_script:
|
||||
- openssl version -a
|
||||
script:
|
||||
- python -m pytest src/Test --cov src --cov-config src/Test/coverage.ini
|
||||
- python -m pytest src/Test --cov --cov-config src/Test/coverage.ini
|
||||
before_install:
|
||||
- pip install -U pytest mock pytest-cov
|
||||
- pip install codecov
|
||||
- pip install pytest-cov
|
||||
- pip install coveralls
|
||||
after_success:
|
||||
- codecov
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue