diff options
author | Kristian Hunt <kristian.hunt@gmail.com> | 2015-08-06 12:50:10 +0200 |
---|---|---|
committer | Jörgen Karlsson <jorgen.w.karlsson@ericsson.com> | 2015-08-26 11:55:13 +0000 |
commit | 6d202fe4ba773d785959a4112373f2766a9ebe47 (patch) | |
tree | 3ad4fa56f1fc408ca4f046e1a0b16e1adc5ef468 /tests/unit/benchmark/context/__init__.py | |
parent | 89febc5277827e665200acb86f1c333c1d511efb (diff) |
Add unit test for logical model
Add unit tests for logical model (model.py). This test suite does not
include tests for unfinished functionality - some parts of methods or
in some cases whole methods with unresolved TODOs are not tested.
This test suite is not complete, for most methods only the default
case is tested.
JIRA:-
Change-Id: I0984fb3655513f5ad67dcc7436461990da9296e7
Signed-off-by: Kristian Hunt <kristian.hunt@gmail.com>
Diffstat (limited to 'tests/unit/benchmark/context/__init__.py')
-rw-r--r-- | tests/unit/benchmark/context/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/unit/benchmark/context/__init__.py b/tests/unit/benchmark/context/__init__.py new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/tests/unit/benchmark/context/__init__.py |