datacamp / sqlwhat

https://sqlwhat.readthedocs.io
GNU Affero General Public License v3.0
3 stars 8 forks source link

make decorated scts importable from sct_syntax #103

Closed machow closed 7 years ago

machow commented 7 years ago

relatively minor--shouldn't affect existing code. Allows

from sqlwhat.sct_syntax import *

To import the special forms of SCTs that allow them to not need a state argument. Like test_student_typed below..

Ex().test_correct(something, test_student_typed(...))