Skip to content
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

Adds test for Show[Const] #704

Merged
merged 1 commit into from
Nov 29, 2015
Merged

Conversation

mikejcurry
Copy link
Contributor

Adds a test for Show[Const], includes:

  • Simple test of a specific value
  • Test that all output starts with “Const(“
  • Test that the Show for the result of const.getConst is contained in the result
  • Test that implicitly obtained Show instance produces a result consistent with direct method invocation.
  • Tests that retagging the Const does not affect the Show result

The last one raises an interesting question. The phantom type of the Const might be interesting enough information in some cases. The question is whether it is interesting enough to show.

Basically, Const[Int, String] and Const[Int, Boolean] produce the same show result. I implemented a test for the behaviour primarily to demonstrate that it is the case, and to raise a discussion on whether it warrants inclusion.

Adds a test for Show[Const], includes
* Simple test of a specific value
* Test that all output starts with Const(
* Test that the Show for the contained value is contained in the result
* Test that implicitly obtained Show instance produces a consistent
result
* Tests that retagging the Const does not affect the show result
@codecov-io
Copy link

Current coverage is 84.91%

Merging #704 into master will increase coverage by +0.13% as of df72291

@@            master    #704   diff @@
======================================
  Files          162     162       
  Stmts         2228    2228       
  Branches        74      74       
  Methods          0       0       
======================================
+ Hit           1889    1892     +3
  Partial          0       0       
+ Missed         339     336     -3

Review entire Coverage Diff as of df72291

Powered by Codecov. Updated on successful CI builds.

@stew
Copy link
Contributor

stew commented Nov 29, 2015

👍

1 similar comment
@non
Copy link
Contributor

non commented Nov 29, 2015

👍

non added a commit that referenced this pull request Nov 29, 2015
@non non merged commit 8185d3c into typelevel:master Nov 29, 2015
@mikejcurry mikejcurry deleted the test-const-show branch December 11, 2015 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants