-
Notifications
You must be signed in to change notification settings - Fork 0
Write unit tests #55
Copy link
Copy link
Open
Labels
developmentNew feature or requestNew feature or requestreleaseThis functionality is selected for the next release.This functionality is selected for the next release.
Description
Metadata
Metadata
Assignees
Labels
developmentNew feature or requestNew feature or requestreleaseThis functionality is selected for the next release.This functionality is selected for the next release.
I've created a branch for you with 2 tests:
They can be launched with
python manage.py testandpython manage.py test tests/correspondingly.What you'll need to do:
.pyscript in thehelpersdirectory and find scripts that are testable. If there are too little of them, in addition you can test code from the folderopen_ai./tests/test_helpers.pyor/tests/test_open_ai.pyif applicable.