X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=README;fp=README;h=4efc9eb48d7acf34c707ab0e68cf94fb5ecbe51b;hb=4ded4f2a805e9447be90751d7d4fb7e11552e545;hp=0000000000000000000000000000000000000000;hpb=3b1226294aa9e47692e15279e669d159675deeb9;p=ta%2Fbuild-tools.git diff --git a/README b/README new file mode 100644 index 0000000..4efc9eb --- /dev/null +++ b/README @@ -0,0 +1,8 @@ +# Unit tests and static analysis + +Execute with: + $ tox + +Execute only subset with verbose diff on assertion errors: + $ tox -e py27 -- -vv tools/script/process_rpmdata_test.py::test_components +