summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2007-05-24Delete the Catch wrapper, no longer required by the latest version of CatchNeil Mitchell
2007-05-25Add a test that the size field of StackSet is correct to QuickCheck invariant.glasser
2007-05-25Quickcheck property to check that delete / focus behaviourRob
2007-05-25Fix bug in noDuplicate invariantRob
2007-05-22add swapLeft and swapRightbobstopper
2007-05-22Update the Catch checking to the new interface for StackSetNeil Mitchell
2007-05-21Move xinerama current/visible/hidden workspace logic into StackSet directly.Don Stewart
2007-05-20HEADS UP: Rewrite StackSet as a ZipperDon Stewart
2007-05-16variable number of windows in master areaJason Creighton
2007-05-15beautify tileDavid Roundy
2007-05-10keep focus stack.David Roundy
2007-05-10bump LOC limit to 550Jason Creighton
2007-05-08Remove broken prop_promoterotate, replace it with prop_promote_raise_idSpencer Janssen
2007-05-08Disable shift_reversible until focus issues are decided.Spencer Janssen
2007-05-08Disable delete.push until focus issues are decidedSpencer Janssen
2007-05-08Add the initial Catch testing framework for StackSetNeil Mitchell http://www.cs.york.ac.uk/~ndm/
2007-05-08Make tests typecheckSpencer Janssen
2007-05-08Arbitrary instance for StackSet must set random focus on each workspaceDon Stewart
2007-05-05make quickcheck tests friendlier to read.David Roundy
2007-05-05make Properties.hs exit with failure on test failureJason Creighton
2007-05-04added mirrorLayout to mirror arbitrary layoutsJason Creighton
2007-05-03-Wall policeDon Stewart
2007-05-02Fix tests after StackSet changesSpencer Janssen
2007-05-02First steps to adding floating layerSpencer Janssen
2007-04-30check we never generate invalid stack setsDon Stewart
2007-04-30view n . shift n . view i . shift i) x == x --> shift + view is invertibleDon Stewart
2007-04-30add rotate all and view idempotency testsDon Stewart
2007-04-30push is idempotentDon Stewart
2007-04-30add two properties relating to empty window managersDon Stewart
2007-04-30new QC property: opening a window only affects the current screenDon Stewart
2007-04-30a bit more precise about building non-empty stacksets for one testDon Stewart
2007-04-30move size into Properties.hsDon Stewart
2007-04-29add fromList to Properties.hsDon Stewart
2007-04-26Remove toListSpencer Janssen
2007-04-19Arbitrary Word64 for running tests on amd64Alec Berryman
2007-04-19add 8 new QC tests, including tests of the layout algorithmDon Stewart
2007-04-19Parameterise StackSet by two index types, rather than breaking abstractionDon Stewart
2007-04-192 more properties for promote.Don Stewart
2007-04-19tweak loc count to match count_lines scriptDon Stewart
2007-04-19Promote now swaps focused window with master windowDon Stewart
2007-04-18Update propaganda.Spencer Janssen
2007-04-18define test to ensure LOC doesn't jump above 400.David Roundy
2007-04-11and the tests still runDon Stewart
2007-04-11fromList/toList have # of screens + another QC propertyJason Creighton
2007-04-10moved screen <-> workspace mapping from XMonad to StackSetJason Creighton
2007-03-28added a quickcheck propertydaniel
2007-03-09more QC properties on StackSetsDon Stewart
2007-03-09simpler type (no need to cache size, we *could* grow new stacks on demand now)Don Stewart
2007-03-09simplify StackSet api even further (-15 loc)Don Stewart
2007-03-09smaller api, less testsDon Stewart