commit | 8b097c97b8bc9cbbe6906ee58f81cb581d0414bd | [log] [tgz] |
---|---|---|
author | Illyoung Choi <iychoi@opennetworking.org> | Thu Aug 01 12:38:06 2019 -0700 |
committer | Illyoung Choi <iychoi@opennetworking.org> | Thu Aug 01 12:38:34 2019 -0700 |
tree | 8f7d0917b6851c4a1a9525ab4e061d1f8072e45a | |
parent | 55bfb5971440dc191e1f0b408a3aca89f681d702 [diff] [blame] |
Implement probe prototype Change-Id: If30bd80701129d9fa892df0b1d37214a7b6c7a33
diff --git a/xos/unittest.cfg b/xos/unittest.cfg new file mode 100644 index 0000000..4c43fef --- /dev/null +++ b/xos/unittest.cfg
@@ -0,0 +1,12 @@ +[unittest] +plugins=nose2.plugins.junitxml +code-directories=synchronizer + model_policies + steps + pull_steps + event_steps + +[coverage] +always-on = True +coverage = synchronizer +coverage-report = term, html, xml \ No newline at end of file