Samagra-Development / Text2SQL

20 stars 11 forks source link

Add test cases for incorrect spellings. #13

Open ChakshuGautam opened 1 year ago

goyalpramod commented 1 year ago

Heya there @ChakshuGautam I have a bit of prior experience with unit testing. Can you please assign me this issue so I can start working on it?

ChakshuGautam commented 1 year ago

Please go ahead.

goyalpramod commented 1 year ago

@ChakshuGautam I just had one question, the test will check whether there is a table name or column name for the given text by the user right?, for eg: Number of stnts in class 5? should raise incorrect spelling.

ChakshuGautam commented 1 year ago

This text is an integration test. You send a query with a wrong spelling and it should still work.