-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
yampa-test
: complete unit tests for FRP.Yampa.Random
#248
Comments
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit adds an empty module to test the module FRP.Yampa.Random. The module is enabled in the testing suite, but, as of this commit, contains no properties. [ci skip]
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.noise. [ci skip]
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.noiseR. [ci skip]
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.occasionally. [ci skip]
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.noise. [ci skip]
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.noiseR. [ci skip]
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.occasionally. [ci skip]
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.noiseR. [ci skip]
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.occasionally. [ci skip]
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.noiseR. [ci skip]
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.occasionally. [ci skip]
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.occasionally. [ci skip]
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.noise. [ci skip]
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.noiseR. [ci skip]
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.occasionally. [ci skip]
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.noise. [ci skip]
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.noiseR. [ci skip]
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.occasionally. [ci skip]
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.noise. [ci skip]
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.noiseR. [ci skip]
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.occasionally. [ci skip]
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit adds an empty module to test the module FRP.Yampa.Random. The module is enabled in the testing suite, but, as of this commit, contains no properties.
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.noise.
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.noiseR.
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.occasionally.
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.noise.
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.noiseR.
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
This commit introduces a quickcheck-based unit test for the function FRP.Yampa.Random.occasionally.
ivanperez-keera
added a commit
that referenced
this issue
Jan 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue #217 showed that the tests for
FRP.Yampa.Random
do not cover the whole module.The remaining definitions should also be tested, with a preference for QuickCheck-based unit tests.
The text was updated successfully, but these errors were encountered: