WELLlabs / JaltolAPI

MIT License
0 stars 0 forks source link

Testing #6

Open bprashanth opened 2 months ago

bprashanth commented 2 months ago

Pick a test framework and write some tests.

Basically start with the types of tests you'd like to write, eg:

not all types of tests might be useful to begin with.

Start with simple unittesting. Is the django framework enough for this? maybe one of the other py test frameworks? Choices here will tie into subsequent CI/CD efforts.

Ideally we'd be able to run at least the unittests in the CI stage, via the docker container.