From 8c9d5993a84b48344300c10b50ed389489ed6e63 Mon Sep 17 00:00:00 2001
From: dh00601 <dh00601@surrey.ac.uk>
Date: Fri, 17 Jun 2022 23:51:03 +0100
Subject: [PATCH] readme updat

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5ea18c056..c2d27fc92 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,7 @@ To generate the unit test and docstring coverage report, run
 from within the `commands/` directory
 
 ### Running unit tests
-There are two versions of the unit tests. The first includes only the actual code of the project, and is located at `binarycpython/test/main.py`. The second includes the tutorial notebooks, and is located at `binarycpython/test/main_with_notebooks.py`
+There are two versions of the general unit tests. The first includes only the actual code of the project, and is located at `binarycpython/test/main.py`. The second includes the tutorial notebooks, and is located at `binarycpython/test/main_with_notebooks.py`. To run just the notebook tests run `python binarycpython/tests/test_notebooks.py`
 
 ## FAQ/Issues:
 Here we provide a non-exhaustive list of some issues we encountered and solutions for these: 
-- 
GitLab