diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2021-12-09 11:14:31 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2021-12-09 11:14:31 +0100 |
commit | 89f0a41e8baefddf2c6962a8f0eee71dfd124d21 (patch) | |
tree | 85d7723d8e66225d9fe02304b0bac4c9f00c8eac /issues/add-integration-test.md | |
parent | e74021bee14cdc6a5aa22ddc2068c2f72dfe277f (diff) |
added issues
Diffstat (limited to 'issues/add-integration-test.md')
-rw-r--r-- | issues/add-integration-test.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/issues/add-integration-test.md b/issues/add-integration-test.md new file mode 100644 index 0000000..33351c9 --- /dev/null +++ b/issues/add-integration-test.md @@ -0,0 +1,11 @@ +**Title:** Add integration test </br> +**Date:** 2021-12-09 </br> + +# Summary +Add integration test that runs sigsum-log-go hooked-up to Trillian. + +# Description +Today we don't have any integration tests. Before a new version is tagged, it +is tested by (i) running unit tests, and (ii) running manual tests against a +local setup of Trillian and sigsum-log-go. Automating (ii) would be helpful +for development and increased confidence that everything works as expected. |