[doc] Make test cycle a subpoint of backend

fix-devenv
maike 2020-09-06 20:40:57 +02:00 committed by Maike
parent 6e2f5a1138
commit d731ecae44
2 changed files with 11 additions and 8 deletions

View File

@ -14,6 +14,14 @@
7. Add git-hook to check commmit message format with
`ln -s ../../git-hooks/commit-msg .git/hooks/commit-msg`
#### Build and Test Cycle
- Install with `pip install .`
- Execute with `kibicara`
- Interact with Swagger REST-API Documentation: http://localhost:8000/docs
- Test and stylecheck with `tox`
- Fix style issues with `black -S kibicara tests`
### Frontend
1. Install node.js (e.g. via
@ -26,14 +34,6 @@
7. To serve and open the application, run ng s -o. The application will open
under [http://127.0.0.1:4200](http://127.0.0.1:4200).
### Build and Test Cycle
- Install with `pip install .`
- Execute with `kibicara`
- Interact with Swagger REST-API Documentation: http://localhost:8000/docs
- Test and stylecheck with `tox`
- Fix style issues with `black -S kibicara tests`
## Branches
- **Master:** The master branch tracks the last stable release.

3
package-lock.json generated Normal file
View File

@ -0,0 +1,3 @@
{
"lockfileVersion": 1
}