[doc] Make test cycle a subpoint of backend
This commit is contained in:
parent
6e2f5a1138
commit
d731ecae44
|
@ -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
3
package-lock.json
generated
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"lockfileVersion": 1
|
||||
}
|
Loading…
Reference in a new issue