-
- Downloads
Testing app in CI
Showing
- .gitlab-ci.yml 25 additions, 0 deletions.gitlab-ci.yml
- requirements.txt 3 additions, 0 deletionsrequirements.txt
- runtests.py 35 additions, 0 deletionsruntests.py
- test_app_1/__init__.py 0 additions, 0 deletionstest_app_1/__init__.py
- test_app_1/apps.py 5 additions, 0 deletionstest_app_1/apps.py
- test_app_1/migrations/0001_initial.py 29 additions, 0 deletionstest_app_1/migrations/0001_initial.py
- test_app_1/migrations/__init__.py 0 additions, 0 deletionstest_app_1/migrations/__init__.py
- test_app_1/models.py 19 additions, 0 deletionstest_app_1/models.py
- tests/__init__.py 0 additions, 0 deletionstests/__init__.py
- tests/settings.py 140 additions, 0 deletionstests/settings.py
- tests/urls.py 12 additions, 0 deletionstests/urls.py
- tests/wsgi.py 16 additions, 0 deletionstests/wsgi.py
.gitlab-ci.yml
0 → 100644
requirements.txt
0 → 100644
django | ||
django-crispy-forms | ||
coverage | ||
\ No newline at end of file |
runtests.py
0 → 100755
test_app_1/__init__.py
0 → 100644
test_app_1/apps.py
0 → 100644
test_app_1/migrations/0001_initial.py
0 → 100644
test_app_1/migrations/__init__.py
0 → 100644
test_app_1/models.py
0 → 100644
tests/__init__.py
0 → 100644
tests/settings.py
0 → 100644
tests/urls.py
0 → 100644
tests/wsgi.py
0 → 100644
Please register or sign in to comment