diff --git a/tests/conn_info.py b/tests/conn_info.py deleted file mode 100644 index 986953654..000000000 --- a/tests/conn_info.py +++ /dev/null @@ -1,9 +0,0 @@ - -"""Put here the informations neeede to connect to your development test user -""" - -SCODOC='https://scodoc.example.com/' -USER = 'tester' -PASSWD = 'XXXXXXXXXXXX' - -