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
Check every .py script in the helpers directory and find scripts that are testable. If there are too little of them, in addition you can test code from the folder open_ai.
To the defined testable methods write tests inside /tests/test_helpers.py or /tests/test_open_ai.py if applicable.
The text was updated successfully, but these errors were encountered:
I've created a branch for you with 2 tests:
They can be launched with
python manage.py test
andpython manage.py test tests/
correspondingly.What you'll need to do:
.py
script in thehelpers
directory 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.py
or/tests/test_open_ai.py
if applicable.The text was updated successfully, but these errors were encountered: