CompileIO / compile.io

A simple compute engine for running code submitted by a UI
MIT License
1 stars 1 forks source link

134 test services #190

Closed ghost closed 5 years ago

ghost commented 5 years ago

Addressed Issue(s)

134

Goals

Create Tests for all backend controllers, and one test in the frontend to be a template for other tests (that template is professor.service.spec.ts)

Special Considerations

N/A

Acceptance Criteria

Run all the controller tests as a Junit test or however you test our backend code, and make sure all the tests pass

where you would normally run npm start or ng serve run ng test, and make sure the resulting google chrome tab that pops up is all green meaning the professor tests have passed

Testing

Look at acceptance criteria

Branch

134-Test-Services