summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/Catch.hs18
1 files changed, 15 insertions, 3 deletions
diff --git a/tests/Catch.hs b/tests/Catch.hs
index 7538ff0..ce05212 100644
--- a/tests/Catch.hs
+++ b/tests/Catch.hs
@@ -10,9 +10,21 @@ import StackSet
-- TESTING PROPERTIES
main =
- screen ||| peekStack ||| index ||| empty ||| peek ||| push ||| delete ||| member |||
- raiseFocus ||| rotate ||| promote ||| shift ||| view ||| workspace ||| insert |||
- visibleWorkspaces ||| swap {- helper -}
+ new
+ ||| view
+ ||| lookupWorkspace
+ ||| modify
+ ||| peek
+ ||| index
+ ||| focusLeft
+ ||| focusRight
+ ||| focusWindow
+ ||| member
+ ||| findIndex
+ ||| insertLeft
+ ||| delete
+ ||| swap
+ ||| shift
---------------------------------------------------------------------