We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135d2bd commit bc053aeCopy full SHA for bc053ae
1 file changed
README.md
@@ -72,6 +72,22 @@ command:
72
$ sbt scalajvm/run
73
```
74
75
+Testing
76
+-------
77
+
78
+Automated test suite requires empty database. To start a new container with an
79
+empty database, you may use a command like this:
80
81
+```console
82
+$ docker-compose run --rm --name 'loglist_test' --publish '5432:5432' db
83
+```
84
85
+Then, set up the environment variables and run the test suite:
86
87
88
+$ sbt test
89
90
91
License
92
-------
93
0 commit comments