@@ -182,9 +182,9 @@ path `/databases/<service_name>/dump.sql` or similar.
## Running Tests
```bash
python setup.py develop
pip install -r tests/requirements.txt
pytest tests
pip install -e src/
pip install -r src/tests/requirements.txt
tox
```
## Building Docs
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.