Skip to content
Snippets Groups Projects
Commit 8c9d5993 authored by dh00601's avatar dh00601
Browse files

readme updat

parent c31182a8
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ To generate the unit test and docstring coverage report, run ...@@ -101,7 +101,7 @@ To generate the unit test and docstring coverage report, run
from within the `commands/` directory from within the `commands/` directory
### Running unit tests ### 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: ## FAQ/Issues:
Here we provide a non-exhaustive list of some issues we encountered and solutions for these: Here we provide a non-exhaustive list of some issues we encountered and solutions for these:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment