-
- Downloads
Created directory structure for separation of concerns.
Separating the api-level code from the automation code. Partly this is to avoid commingling the two types of code in the repo. Partly this is to facilitate re-use: the api functions will certainly be useful for other courses; the automation functions might be useful for other courses.
Showing
- README.md 18 additions, 32 deletionsREADME.md
- api/README.md 35 additions, 0 deletionsapi/README.md
- api/config.py 0 additions, 0 deletionsapi/config.py
- api/course.py 0 additions, 0 deletionsapi/course.py
- api/gitlab_demo.py 0 additions, 0 deletionsapi/gitlab_demo.py
- api/gitlab_functions.py 0 additions, 0 deletionsapi/gitlab_functions.py
api/README.md
0 → 100644
File moved
File moved
File moved
File moved
Please register or sign in to comment