Skip to content

Test Genesis State Machine with quickcheck-dynamic #1413

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ EOF

An alternative to using `nix` is to set up the development
environment yourself. Follow [these
instructions](https://github.com/input-output-hk/cardano-node-wiki/blob/main/docs/getting-started/install.md)
instructions](https://developers.cardano.org/docs/get-started/cardano-node/installing-cardano-node/)
to properly configure your system.

# Building the project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ test-suite consensus-test
other-modules:
Test.Consensus.BlockTree
Test.Consensus.GSM
Test.Consensus.GSM.Model
Test.Consensus.Genesis.Setup
Test.Consensus.Genesis.Setup.Classifiers
Test.Consensus.Genesis.Setup.GenChains
Expand All @@ -247,7 +246,6 @@ test-suite consensus-test
Test.Consensus.HardFork.Combinator
Test.Consensus.HardFork.Combinator.A
Test.Consensus.HardFork.Combinator.B
Test.Consensus.IOSimQSM.Test.StateMachine.Sequential
Test.Consensus.Network.AnchoredFragment.Extras
Test.Consensus.Node
Test.Consensus.PeerSimulator.BlockFetch
Expand Down Expand Up @@ -305,10 +303,11 @@ test-suite consensus-test
ouroboros-network-framework,
ouroboros-network-mock,
ouroboros-network-protocols,
pretty-show,
quickcheck-state-machine:no-vendored-treediff,
pretty,
quickcheck-dynamic ^>=4.0.0,
quiet,
random,
reflection,
resource-registry,
serialise,
si-timers,
Expand Down
Loading