changeset 101:aa32ffd5060b

Mention tests in README.
author Tom Gottfried <tom@intevation.de>
date Fri, 15 Jun 2018 17:32:49 +0200
parents 7f934f77831a
children 3780a1afdc98
files README
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README	Wed Jun 13 22:46:40 2018 +0200
+++ b/README	Fri Jun 15 17:32:49 2018 +0200
@@ -4,6 +4,9 @@
 Get a running instance with e.g.:
 $ docker run --name wamos -d -p 54321:5432 -v $PWD:/opt/wamos wamos
 
+Run tests for RLS policies as database superuser (within container) with:
+$ psql -d wamos -Xf tap_tests.sql
+
 Create ER diagrams with e.g.:
 Auxiliary tables:
 $ postgresql_autodoc -p 54321 -h $dockerhost \