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:
7
cgcs-patch/cgcs-patch/.coveragerc
Normal file
7
cgcs-patch/cgcs-patch/.coveragerc
Normal file
@@ -0,0 +1,7 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = cgcs_patch
|
||||
omit = cgcs_patch/tests/*
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
||||
Reference in New Issue
Block a user