diff --git a/tests/README.md b/tests/README.md index 829d8d1..43d436c 100644 --- a/tests/README.md +++ b/tests/README.md @@ -3,8 +3,8 @@ This directory houses proof-of-functionality tests. * [`gtime_log/`](gtime_log/) - Uses scripts in source tree to build a UCO Process object in a JSON-LD file, using only a GNU Time log file. Uses a virtual environment built without installing `case_gnu_time`. * [`gtime_and_done_log/`](gtime_and_done_log/) - As `gtime_log/`, but using a timestamp recorded in another file tied to a process output. -* [`from_pip/`](from_pip/) - Uses virtual environment with the package `case_gnu_time` installed. (Runs [`setup.py`](../setup.py), not `pip install`.) Runs program `case_gnu_time`, producing a Process as in `gtime_log`. -* [`as_import/`](as_import/) - Uses `case_gnu_time` as an imported package to create a custom-named UCO `CyberItem` with a Process Facet. +* [`from_pip/`](from_pip/) - Uses virtual environment with the package `case_gnu_time` installed. (Runs [`setup.py`](../setup.py), not `pip install`.) Runs program `case_gnu_time`, producing a `Process` as in `gtime_log`. +* [`as_import/`](as_import/) - Uses `case_gnu_time` as an imported package to create a custom-named UCO `Process` with a `ProcessFacet`. ## Running the test suite