Skip to content

Commit 0ad5248

Browse files
committed
Update test documentation
Signed-off-by: Alex Nelson <[email protected]>
1 parent e99fa5f commit 0ad5248

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Test suite
22

33
This directory houses proof-of-functionality tests.
4-
* [`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`.
5-
* [`gtime_and_done_log/`](gtime_and_done_log/) - As `gtime_log/`, but using a timestamp recorded in another file tied to a process output.
6-
* [`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`.
7-
* [`as_import/`](as_import/) - Uses `case_gnu_time` as an imported package to create a custom-named UCO `CyberItem` with a Process Facet.
4+
* [`cli/`](cli/) - Uses the installed package's command-line interface, generating validated CASE output.
5+
* [`package/`](package/) - Uses importable features of the installed package's modules to run Python unit tests.
86

97

108
## Running the test suite

0 commit comments

Comments
 (0)