diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-06-29 19:32:06 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-06-29 19:32:06 +0200 |
commit | facb379f3b6cdc5423f8400d756822f5f7890e2c (patch) | |
tree | 55e23c03ffdc71206fb9c50be485bd9d34dc9633 /tests/helper/config.py | |
parent | fixed capitalization of dependency (diff) | |
download | pyload-facb379f3b6cdc5423f8400d756822f5f7890e2c.tar.xz |
updated test suite
Diffstat (limited to 'tests/helper/config.py')
-rw-r--r-- | tests/helper/config.py | 9 |
1 files changed, 9 insertions, 0 deletions
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 |