mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-11-23 16:02:29 +00:00
Fully working tox run
This commit is contained in:
@@ -182,9 +182,9 @@ path `/databases/<service_name>/dump.sql` or similar.
|
|||||||
## Running Tests
|
## Running Tests
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python setup.py develop
|
pip install -e src/
|
||||||
pip install -r tests/requirements.txt
|
pip install -r src/tests/requirements.txt
|
||||||
pytest tests
|
tox
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building Docs
|
## Building Docs
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[pytest]
|
[pytest]
|
||||||
testpaths = tests
|
testpaths = src/tests
|
||||||
python_files=test*.py
|
python_files=test*.py
|
||||||
addopts = -v --verbose
|
addopts = -v --verbose
|
||||||
|
|||||||
Reference in New Issue
Block a user