TheHipbot / hermes

Code Repository Manager
Apache License 2.0
4 stars 1 forks source link

Create Functional Tests for Project and Clean Up Some Existing Unit Tests #35

Open TheHipbot opened 5 years ago

TheHipbot commented 5 years ago

Right now some unit tests act more as integration tests (hermes get tests for example will actually clone repos), these should be refactored to use mocks for unit tests and integration tests should be created which will run against built binaries.