Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2016-09-10 | refactor: remove global require in test_helper | Azul | |
require all the things we depend upon where we depend upon them. | |||
2016-07-02 | minor: silence warnings and cleanup | Azul | |
2016-06-30 | actually use celluloid io for http requests | Azul | |
2016-06-30 | Trying to replace EM base server with reel | Azul | |
some tests are still broken. But at least they are running now. | |||
2016-06-15 | we don't need FetchKeyInfo anymore including in Source | Azul | |
2016-06-14 | use adapter for FetchKeyInfo | Azul | |
2016-06-11 | use the adapter not EM in hkp source | Azul | |
2016-06-10 | turn Hkp::FetchKey into Hkp::Source | Azul | |
The source was really just an empty shell now that we pushed the em specific stuff further down. | |||
2016-06-09 | refactor: remove EM specific stuff from Hkp::FetchKey interface | Azul | |
2016-06-09 | move hkp test to integration tests | Azul | |
That's what it actually is |