Continuous Integration
Opened this issue · 0 comments
IanDCarroll commented
The repo needs a Travis CI webhook so that tests are run whenever a pull request is submitted
Also there needs to be a test suite to run
Also the tests should be fast, like really fast. Like easy enough to run every time a file is saved while editing and not slowing you down for it. To do this, the tests should focus on unit tests with very few mocks and stubs. This also means core logic should be separated from the framework.
- starter test suite
- Travis CI