commit | b90a1c4dfc0cfe40251187124ff89d7651f2755d | [log] [tgz] |
---|---|---|
author | Rich Lane <rich.lane@bigswitch.com> | Fri Oct 05 09:16:05 2012 -0700 |
committer | Rich Lane <rich.lane@bigswitch.com> | Fri Oct 05 18:10:14 2012 -0700 |
tree | 1ba481298fbd4379fa1eedc0acc35899d7c33a38 | |
parent | 477f4817eedc0ef6306459de1f88d77739bee7cf [diff] [blame] |
move base test classes to oftest.base_tests This lets them be shared between separate directories of tests.
diff --git a/tests/FuncUtils.py b/tests/FuncUtils.py index d12c388..5cfcb6a 100644 --- a/tests/FuncUtils.py +++ b/tests/FuncUtils.py
@@ -12,7 +12,7 @@ import oftest.parse as parse import logging import types -import basic +import oftest.base_tests as base_tests from oftest.testutils import * from time import sleep