Allow parameters in custom test functions by lordjabez · Pull Request #64 · msiemens/tinydb

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@lordjabez

Copy link Copy Markdown

Contributor

This is to address issue #63.

Copy link Copy Markdown

Owner

Choose a reason for hiding this comment

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

You're using a string for 44, not an int. This breaks the tests for Python3 and PyPy3 (see https://travis-ci.org/msiemens/tinydb/builds/68895961).

@msiemens

Copy link Copy Markdown

Owner

There's a tiny mistake in a test, but otherwise it looks good!

@lordjabez

Copy link Copy Markdown

Contributor Author

Should I just remove that test? I only included the string comparison because there was a similar one for the previous test case.

@lordjabez

Copy link Copy Markdown

Contributor Author

Ahh, I see the issue now. I'll simply remove the test.

@lordjabez lordjabez force-pushed the feature/arbitrary-parameters-for-custom-test branch from 235902d to 9f55011 Compare

June 30, 2015 16:52

msiemens added a commit that referenced this pull request

Jul 4, 2015
…r-custom-test

Allow parameters in custom test functions

@msiemens msiemens merged commit 10a93cd into msiemens:master

Jul 4, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@lordjabez @msiemens