diff options
author | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2018-11-16 16:41:10 +0200 |
---|---|---|
committer | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2018-11-20 15:16:43 +0200 |
commit | 74051db5e31c64650916aac01991cc9d306ab15e (patch) | |
tree | fa782736ef6f9b784713930c513fc34d31f9d5aa /.coveragerc | |
parent | 815b74f9440275682c701aa75006f01c1ff7860c (diff) |
Add missing unit tests for run file
JIRA: DOVETAIL-724
This patch adds unit tests for run file methods of Dovetail which were
missing.
Change-Id: I1700c8c97430899abdc2b752a3dcbd4d09a334ac
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to '.coveragerc')
-rw-r--r-- | .coveragerc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 00000000..8777f5d0 --- /dev/null +++ b/.coveragerc @@ -0,0 +1,6 @@ +[run] +omit = dovetail/tests/* +[report] +exclude_lines = + pass + main() |