# HG changeset patch # User Tom Gottfried # Date 1529076769 -7200 # Node ID aa32ffd5060b352a810c6b337d22d79c0fec2b0c # Parent 7f934f77831a2899b934a86d97ea2265a448711d Mention tests in README. diff -r 7f934f77831a -r aa32ffd5060b README --- 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 \