Add initial code
[ta/build-tools.git] / README
diff --git a/README b/README
new file mode 100644 (file)
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
+