commit | 265f45e512bcc5ddade343d798c5560873696d0a | [log] [tgz] |
---|---|---|
author | Alex <osavatieiev@mirantis.com> | Tue Apr 23 18:51:23 2019 -0500 |
committer | Alex <osavatieiev@mirantis.com> | Tue Apr 23 19:02:03 2019 -0500 |
tree | ea085ddc2d1888b7626b98486833e7eb3e30a703 | |
parent | b151fbeca03fb2ee6625d23d9c64317191b1d3d0 [diff] [blame] |
Unified command execution and unit tests - All arguments inits moved to own clases - Added unified way to execute commands - Unit test structure and very basic tests - Command line script to test coverage Change-Id: I10bc973776595779b563b84548d46367bcd0886f Related-PROD: PROD-28199
diff --git a/cover.sh b/cover.sh new file mode 100644 index 0000000..49c73e5 --- /dev/null +++ b/cover.sh
@@ -0,0 +1,2 @@ +#!/bin/bash +coverage run --source cfg_checker setup.py test && coverage report