You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some basic API testing needs to be set up, so we don't accidentally break functionality. Maybe along with this a CI job (like a Github Action or Travis or CircleCI) can be set up to run on each PR.
The text was updated successfully, but these errors were encountered:
@Shrey-Sharma7@shreyshik You too are assigned to this issue.
We shall use Django tests to write our tests. Read the docs here: https://docs.djangoproject.com/en/3.1/topics/testing/overview/
In the iqps/ folder, you'll find many different sub-apps. Divide them into 2 groups and start writing tests.
Before writing any test function, discuss in this thread what aspects are you testing for.
Some basic API testing needs to be set up, so we don't accidentally break functionality. Maybe along with this a CI job (like a Github Action or Travis or CircleCI) can be set up to run on each PR.
The text was updated successfully, but these errors were encountered: