Skip to content

Commit

Permalink
Remove integration tests for now
Browse files Browse the repository at this point in the history
These are a source of great frustration, and I have no confidence
in them
  • Loading branch information
sgillespie committed Dec 14, 2019
1 parent 9301ee2 commit f1cdbbc
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions elocrypt.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -70,25 +70,6 @@ test-suite test
Test.ElocryptTest
type: exitcode-stdio-1.0

test-suite ui-test
build-depends: base >= 4.7 && <5,
elocrypt,
proctest,
MonadRandom,
QuickCheck,
random,
tasty,
tasty-quickcheck,
tasty-th >= 0.1.7
default-language: Haskell2010
hs-source-dirs: test
main-is: IntegTests.hs
other-modules: IntegTest.Elocrypt.PassphraseTest,
IntegTest.Elocrypt.PasswordTest,
Test.Elocrypt.QuickCheck,
Test.Elocrypt.Instances
type: exitcode-stdio-1.0

test-suite elocrypt-lint
type: exitcode-stdio-1.0
hs-source-dirs: test
Expand Down

0 comments on commit f1cdbbc

Please sign in to comment.