https://github.com/sbdchd/django-channels-test-repo
https://github.com/sbdchd/django-channels-test-repo
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sbdchd/django-channels-test-repo
- Owner: sbdchd
- Created: 2019-08-24T22:30:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T15:02:27.000Z (about 3 years ago)
- Last Synced: 2025-01-02T02:29:15.525Z (over 1 year ago)
- Language: Python
- Size: 116 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
test repo to reproduce errors when testing with django channels
```
# 1. clone repo
# 2. install deps
poetry install
# 3. run tests
poetry run yak test
# or if you want to pass a different database uri
DATABASE_URL=postgres://steve@localhost:5432/recipeyak?connect_timeout=10 poetry run yak test
```