Remove double namespace `ARCExpect.ARCExpect`
kMutagene opened this issue · comments
Kevin Schneider commented
Remove double namespace `ARCExpect.ARCExpect`
Kevin Schneider commented
Best solution i have come up with:
-
keep ARCExpect namespace for:
validate
CE (renamed fromtest
, see #76 )either
-
move rest (types
ByValue
andByTerm
) to new namespaceARCExpect.Validate
-
composite functions should be direct functions on the
Validate
module