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

Few miscellaneous tests #18641

Merged
merged 4 commits into from
Sep 24, 2016
Merged

Few miscellaneous tests #18641

merged 4 commits into from
Sep 24, 2016

Conversation

kshyatt
Copy link
Contributor

@kshyatt kshyatt commented Sep 22, 2016

No description provided.

@kshyatt kshyatt added the test This change adds or pertains to unit tests label Sep 22, 2016
@@ -124,10 +125,14 @@ end
@test count_zeros(Int64(1)) == 63

@test factorial(3) == 6
@test factorial(Int8(3)) == 6
Copy link
Contributor

@tkelman tkelman Sep 23, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also test the return type with === and (if needed) a conversion on the rhs?

same below for isqrt

@tkelman tkelman merged commit 83bcc9d into master Sep 24, 2016
@tkelman tkelman deleted the ksh/misctest branch September 24, 2016 12:27
tkelman pushed a commit that referenced this pull request Feb 22, 2017
(cherry picked from commit 43a6ac1)
ref #18641

Test integer fallbacks

(cherry picked from commit 70c5e24)

Add test for missing rationalize error

(cherry picked from commit e6635fa)

Added type-checking for intfuncs tests

(cherry picked from commit 30fbd88)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants