summaryrefslogtreecommitdiff
path: root/yaksh/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/forms.py')
-rw-r--r--yaksh/forms.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/yaksh/forms.py b/yaksh/forms.py
index 0eed8eb..5c8dafa 100644
--- a/yaksh/forms.py
+++ b/yaksh/forms.py
@@ -28,6 +28,12 @@ question_types = (
("upload", "Assignment Upload"),
)
+test_case_types = (
+ ("assert_based", "Assertion Based Testcase"),
+ # ("argument_based", "Multiple Correct Choices"),
+ # ("stdout_based", "Code"),
+ )
+
UNAME_CHARS = letters + "._" + digits
PWD_CHARS = letters + punctuation + digits