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
{{ message }}
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.
We currently only have tests for valid question types (mcq and sub). Please create tests for some invalid type like blanks, abc, etc. It should throw a 404 error.
What it covers
It covers check_valid_question_type decorator function.
Testing
Description
Input
Output
invalid
abc
404
invalid
blank
404
The text was updated successfully, but these errors were encountered:
Describe the test
We currently only have tests for valid question types (mcq and sub). Please create tests for some invalid type like blanks, abc, etc. It should throw a 404 error.
What it covers
It covers
check_valid_question_type
decorator function.Testing
The text was updated successfully, but these errors were encountered: