solution: integration tests

This commit is contained in:
Igor Artamonov
2020-08-17 22:47:55 -04:00
parent 8be97df9b5
commit ead1dc5de5
13 changed files with 532 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
= Actual Tests
Expects running _Simple Upstream_ and _Testing Dshackle_.
.Run from current directory
----
./gradlew check
----