-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Write basic tests that blip works in Django 3 and 4. Also, write tests that will ensure it'll work with --parallel flag.
- Basic Test:
a) Create two folder Django-3 and Django-4 .
b) create arequirements.txtand add django 3 and django 4 version and add latest django khronos version(I'll add replace to github repo branch, if you can do it than it's good)
b) In those folders create a django project.
c) Insettings.pyadd khronos.
d) createtestsfolder inside these two folder.
Now create two test filescompatibility_test_1.pyandcompatibility_test_2.py. And add test
class CompatibilityTest(TestCase):
def compatibiality_test:
...
After this I'll setup the github action.
There will be two steps
Sanity Test Django 3 / 4 (Creates the venv install django 3/4 and khronos).
The objective is that simply merging a PR will not break due to syntax error etc.
Feel free to ask if you need some more info.
Reactions are currently unavailable