Testing: postgres db backend (#711)

* try postgres run

* fix yaml

* test with postgres

* check with postgres

* inkey_from

* remove trio

* add coverage

* add coverage

* more python testing

* use @pytest_asyncio.fixture

* remove unused imports

* fix api_payment payment lookup

* measure durations
This commit is contained in:
calle 2022-07-07 18:29:26 +02:00 committed by GitHub
parent 262bd32f44
commit 63d4e60542
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 91 additions and 45 deletions

View file

@ -17,7 +17,7 @@ Tests
This project has unit tests that help prevent regressions. Before you can run the tests, you must install a few dependencies:
```bash
./venv/bin/pip install pytest pytest-asyncio requests trio mock
./venv/bin/pip install pytest pytest-asyncio pytest-cov requests mock
```
Then to run the tests: