Add initial unit testing to cgcs-patch

This update sets up the framework for unit testing in
the cgcs-patch module, with some basic test cases.

Change-Id: I209076449353a23bb57e0eee397e614b7e89ad88
Story: 2005939
Task: 34756
Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
Don Penney
2019-06-27 13:03:52 -04:00
parent cd6927163f
commit f27f1c1539
15 changed files with 3644 additions and 12 deletions

View File

@@ -0,0 +1,7 @@
[run]
branch = True
source = cgcs_patch
omit = cgcs_patch/tests/*
[report]
ignore_errors = True