mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
separate unit/integration tests
This commit is contained in:
@@ -295,9 +295,12 @@ updated_on: # set automatically
|
||||
> Please read [CONTRIBUTING.md](CONTRIBUTING.md) before contributing code. Thank you!
|
||||
|
||||
- Format source code: `pdm run format`
|
||||
- Running unit tests: `pdm run test`
|
||||
- Running linter: `pdm run lint`
|
||||
- Creating platform-specific executable: `pdm run compile`
|
||||
- Run tests:
|
||||
- unit tests: `pdm run utest`
|
||||
- integration tests: `pdm run itest`
|
||||
- all tests: `pdm run test`
|
||||
- Run linter: `pdm run lint`
|
||||
- Create platform-specific executable: `pdm run compile`
|
||||
- Application bootstrap works like this:
|
||||
```python
|
||||
pdm run app
|
||||
|
||||
Reference in New Issue
Block a user