Skip to content
Snippets Groups Projects
Commit 5febd1fc authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

fix

parent a09314a1
No related branches found
No related tags found
No related merge requests found
......@@ -24,17 +24,19 @@
"""Tests for the _ConcreteProperty class."""
# pylint: disable=missing-docstring
from nose.tools import (assert_is_not_none as there, assert_true as tru,
assert_equal as eq)
from caosdb.common.models import _ConcreteProperty
from caosdb import configure_connection
from caosdb.common.models import _ConcreteProperty
from caosdb.connection.mockup import MockUpServerConnection
# pylint: disable=missing-docstring
from nose.tools import assert_equal as eq
from nose.tools import assert_is_not_none as there
from nose.tools import assert_true as tru
def setup_module():
there(_ConcreteProperty)
configure_connection(url="unittests", username="testuser",
password_method="plain",
password="testpassword", timeout=200,
implementation=MockUpServerConnection)
......
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