From 2de62877415010e154f7ff15592e9b74176ce03a Mon Sep 17 00:00:00 2001 From: Nikolay Stanchev <ns17@it-innovation.soton.ac.uk> Date: Thu, 1 Mar 2018 12:32:23 +0000 Subject: [PATCH] [ Issue #56 ] - Update README file, info for running the test --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index a19699e..d141181 100644 --- a/README.md +++ b/README.md @@ -96,3 +96,15 @@ SSH into the CLMC server Run a python script to generate the test data sets `python3 /vagrant/test/streaming-sim/StreamingSim.py` + +Test the generated data set by executing the following command + +`pytest -s /vagrant/test/streaming-sim/VerifySimResults.py` + +The `-s` option in the command is used to output prints used in the test code and is, therefore, optional. + +If pytest is not installed, an easy solution is to use the Python Package Index (PyPI) + +`sudo apt-get install python3-pip` + +`pip3 install pytest` -- GitLab