puffproject / test-runner

Backend microservice managing user code uploads and running test cases
MIT License
0 stars 0 forks source link

Double check we have an exception if running suite has no suite file #25

Closed benjaminkostiuk closed 3 years ago

benjaminkostiuk commented 3 years ago

There should be an exception thrown if we try to run test cases in a suite without having a suite file.

benjaminkostiuk commented 3 years ago

There is an exception thrown. Line 135 of SuiteController calls the function to find the suite file and will throw NoSuiteFileException if one cannot be found.