-
Notifications
You must be signed in to change notification settings - Fork 52
Directories and Namespaces
Michael Rawson edited this page Nov 27, 2023
·
1 revision
Namespaces roughly correspond to directories, and classes to files, but not exactly.
-
CASC/
implements special routines for CASC. -
Debug/
provides debugging utilities like assertions and tracebacks. -
Test/
contains various utilities for unit testing, as well as the main functions to integrateUnitTests/
withctest
. -
UnitTests/
contains the actual unit tests. - TODO something about each directory please (even if just "unused")