quality: Add test case for Tres.SecureChannel

This commit is contained in:
Eishun Kondoh 2019-05-10 14:24:44 +09:00
parent db8aa3561b
commit 2239fcf1cd
3 changed files with 41 additions and 2 deletions

View file

@ -1,2 +1,2 @@
ExUnit.configure(seed: 0)
ExUnit.start(trace: true)
ExUnit.start(trace: true, capture_log: true)