puffproject / test-runner

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

Fix & Add tests to test-runner #2

Open benjaminkostiuk opened 3 years ago

benjaminkostiuk commented 3 years ago

Test runner should have test cases for

The test cases are currently broken and need to be updated in order to start on the CI.

benjaminkostiuk commented 3 years ago

Note on fixing security when mocking: Need to have csrf enabled for endpoints to return 302s. (Should it be enabled all the time to protect against attacks).