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:
HelloZeroNet 2015-09-24 22:08:08 +02:00
parent 891c5cc34a
commit 8fdc431b0b
26 changed files with 459 additions and 266 deletions

View file

@ -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