Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@

A library for testing stateful programs using [QuickCheck](https://hackage.haskell.org/package/QuickCheck) and [dynamic logic](https://en.wikipedia.org/wiki/Dynamic_logic_(modal_logic)).

This repository hosts:
* The core [quickcheck-dynamic](./quickcheck-dynamic) library providing tools for quickchecking stateful models,
* Example of integrating [io-sim](https://github.com/input-output-hk/io-sim)'s Haskell runtime simulator and _quickcheck-dynamic_ to model and test complex multi-threaded application.

## Documentation

* The original stateful testing approach is described in John Hughes' research paper: [https://www.cs.tufts.edu/~nr/cs257/archive/john-hughes/quviq-testing.pdf ](https://publications.lib.chalmers.se/records/fulltext/232550/local_232550.pdf)
Expand Down
4 changes: 0 additions & 4 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
packages:
quickcheck-dynamic
quickcheck-dynamic-iosim

tests: true

test-show-details: direct

allow-newer:
text
53 changes: 0 additions & 53 deletions quickcheck-dynamic-iosim/LICENSE

This file was deleted.

13 changes: 0 additions & 13 deletions quickcheck-dynamic-iosim/NOTICE

This file was deleted.

5 changes: 0 additions & 5 deletions quickcheck-dynamic-iosim/README.md

This file was deleted.

61 changes: 0 additions & 61 deletions quickcheck-dynamic-iosim/quickcheck-dynamic-iosim.cabal

This file was deleted.

25 changes: 0 additions & 25 deletions quickcheck-dynamic-iosim/src/Test/QuickCheck/StateModel/IOSim.hs

This file was deleted.

Loading