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

Functions with no arguments #198

Merged
merged 4 commits into from
Jan 12, 2016
Merged

Conversation

llllllllll
Copy link
Member

implements: #162

def test_function():
base = dshape('(int32, int64) -> int64')
assert_dshape_equal(base, base)
cases = (
Copy link
Member

Choose a reason for hiding this comment

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

any reason not to make this a pytest.mark.parametrize function?

Copy link
Member Author

Choose a reason for hiding this comment

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

I didn't want to re-test the base case case over an over. I can split it out into two functions

@llllllllll
Copy link
Member Author

merging on pass

llllllllll added a commit that referenced this pull request Jan 12, 2016
@llllllllll llllllllll merged commit fb27823 into blaze:master Jan 12, 2016
@llllllllll llllllllll deleted the func-no-args branch January 12, 2016 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants