Add a parent class for test cases.
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 10 Oct 2016 15:24:55 +0000 (17:24 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 17 Oct 2016 07:14:01 +0000 (09:14 +0200)
commited47f47c4e08fb45dcdf6addee0eb6272dc13628
tree057dfc22fa5ca6565a4b09a9a91d6747ffefdb62
parent288da283a86007af01c2e71296f8230f6fce07e5
Add a parent class for test cases.

It adds TestCasesBase on which test cases can be based.
It also adds the related unit tests.

JIRA: FUNCTEST-353

Change-Id: Ib2aeb24ce9d43e6384e8b38bf57ee78dd726345a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
core/TestCasesBase.py [new file with mode: 0644]
core/TestCasesBaseTesting.py [new file with mode: 0755]
core/__init__.py [new file with mode: 0644]
docker/Dockerfile