puffproject / test-runner

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

Fix problem with indentation for python suite files and test cases #9

Open benjaminkostiuk opened 3 years ago

benjaminkostiuk commented 3 years ago

Major problem that has to be dealt with is the identation on suite files, it must match the indentation of the test cases when they are appended. Thus the files need to use tabs. We need to setup some check to validate that before they can be run.