Add unit test for logical model 27/1127/4
authorKristian Hunt <kristian.hunt@gmail.com>
Thu, 6 Aug 2015 10:50:10 +0000 (12:50 +0200)
committerJörgen Karlsson <jorgen.w.karlsson@ericsson.com>
Wed, 26 Aug 2015 11:55:13 +0000 (11:55 +0000)
commit6d202fe4ba773d785959a4112373f2766a9ebe47
tree3ad4fa56f1fc408ca4f046e1a0b16e1adc5ef468
parent89febc5277827e665200acb86f1c333c1d511efb
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>
tests/unit/benchmark/context/__init__.py [new file with mode: 0644]
tests/unit/benchmark/context/test_model.py [new file with mode: 0644]