Skip to content
Snippets Groups Projects
Commit b3b123e7 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-139: processed review comment. fixed comment/doc

parent a9b9a86c
No related branches found
No related tags found
1 merge request!96Resolve TMSS-139
......@@ -18,7 +18,11 @@
# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>.
# Script to create, setup, and run a temporary postgres instance for easy functional testing
# Script to create, setup, and run a full TMSS test environment for easy functional testing.
# including a temporary:
# - postgres instance with the TMSS django migrations applied
# - an LDAP server with a test/test user/pass
# - a running django server using the above postgres and LDAP backend
from lofar.sas.tmss.test.test_utils import main_test_environment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment