Finish sphinx documentation
[ric-plt/lib/rmr.git] / src / bindings / rmr-python / docs / source / index.rst
index cbda718..29a6c94 100644 (file)
@@ -40,12 +40,19 @@ are not yet implemented in this library (do we need them?):
 
 Unit Testing
 ============
+You can unit test outside of docker, or in docker. Unit testing outside of docker currently requires rmr to be installed.
 
 ::
 
    tox
    open htmlcov/index.html
 
+Or, use the provided Dockerfile (building is enough):
+
+::
+
+    docker build -t rmrunittestt:latest -f Dockerfile-Unit-Test   .
+
 Installation
 ============