Skip to content

Commit

Permalink
Merge branch 'release-0.14'. Refs #242.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanperez-keera committed Dec 7, 2022
2 parents 8869d08 + 56e6eaf commit 04fb145
Show file tree
Hide file tree
Showing 10 changed files with 702 additions and 15 deletions.
8 changes: 8 additions & 0 deletions yampa-test/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2022-12-07 Ivan Perez <[email protected]>
* yampa-test.cabal: Version bump (0.14) (#242), add tests for module
FRP.Yampa.Event (#237).
* tests/: add tests for module FRP.Yampa.Event (#237), explicit import
from Control.Applicative with old versions of base (#239), complete
unit tests for FRP.Yampa.Integration (#240), adjust to work with
simple-affine-space-0.2 (#241).

2022-10-07 Ivan Perez <[email protected]>
* yampa-test.cabal: Version bump (0.13.7) (#238).
* LICENSE: Update years, copyright holders (#235).
Expand Down
2 changes: 2 additions & 0 deletions yampa-test/tests/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import Test.Tasty (TestTree, defaultMain, testGroup)
import qualified Test.FRP.Yampa.Basic as Basic
import qualified Test.FRP.Yampa.Conditional as Conditional
import qualified Test.FRP.Yampa.Delays as Delays
import qualified Test.FRP.Yampa.Event as Event
import qualified Test.FRP.Yampa.EventS as EventS
import qualified Test.FRP.Yampa.Hybrid as Hybrid
import qualified Test.FRP.Yampa.Integration as Integration
Expand All @@ -36,6 +37,7 @@ tests = testGroup "Yampa QC properties"
[ Basic.tests
, Conditional.tests
, Delays.tests
, Event.tests
, EventS.tests
, Hybrid.tests
, Integration.tests
Expand Down
Loading

0 comments on commit 04fb145

Please sign in to comment.