From facb379f3b6cdc5423f8400d756822f5f7890e2c Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 29 Jun 2013 19:32:06 +0200 Subject: updated test suite --- tests/helper/config.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/helper/config.py (limited to 'tests/helper/config.py') diff --git a/tests/helper/config.py b/tests/helper/config.py new file mode 100644 index 000000000..81f7e6768 --- /dev/null +++ b/tests/helper/config.py @@ -0,0 +1,9 @@ +# -*- coding: utf-8 -*- + +# Test configuration +credentials = ("TestUser", "pwhere") +webPort = 8921 +wsPort = 7558 + +webAddress = "http://localhost:%d/api" % webPort +wsAddress = "ws://localhost:%d/api" % wsPort \ No newline at end of file -- cgit v1.2.3