p2pchat / p2pChat

For the UW-Stout Software Engineering Practicum course
MIT License
2 stars 1 forks source link

Issue#3 unit testing ci #24

Closed Austin-Scott closed 5 years ago

Austin-Scott commented 5 years ago

Added Continuous Integration from Circle-CI. GitHub should now automatically run all of our unit tests whenever we push to the repository. It will also block merging branches with failing tests. I'm going to cause a test to fail just to make sure it is working correctly but then I'll fix it so I can merge these changes in.

Austin-Scott commented 5 years ago

I still need to write up some documentation in the wiki for how to write new tests