-
Notifications
You must be signed in to change notification settings - Fork 0
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
I've created a branch for you with 2 tests:
- /tg_bot/tests.py
- /tests/test_helpers.py
They can be launched with python manage.py test and python manage.py test tests/ correspondingly.
What you'll need to do:
- Fix /tg_bot/tests.py to make run with the project. Use https://docs.djangoproject.com/en/4.2/topics/testing/overview/ as a guide.
- Check every
.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. - To the defined testable methods write tests inside
/tests/test_helpers.pyor/tests/test_open_ai.pyif applicable.
Reactions are currently unavailable
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.