Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-29 | skip tests with ConnectionErrors | Azul | |
We handle these errors nicely in the dispatcher and have tests for that. Tests should fail or err out when running into exceptions we are not handling yet. But for these it's better to just skip. | |||
2016-09-12 | test: separate remote tests into own directory | Azul | |
Dropped the webmock dependency. We have our own http adapter. So we can stub that to inject a mock. As an added bonus this does not mess with other http requests. Also wrote down testing strategy. Not completely implemented yet. |