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

Add better tests for special ($) query operators #16

Open
adewes opened this issue Apr 25, 2014 · 1 comment
Open

Add better tests for special ($) query operators #16

adewes opened this issue Apr 25, 2014 · 1 comment

Comments

@adewes
Copy link
Owner

adewes commented Apr 25, 2014

Currently there are only two tests in tests/test_querying.py that cover various special ($) query operators.

Improve Blitz by adding more specialized tests for the various operators:

$in
$exists
$all
$regex
$ne
$eq
$not
$lt
$gt
$lte
$gte
$and
$or
#...
  1. Create a new file tests/test_query_operators.py
  2. Add appropriate tests for all operators listed above, possibly using existing test data or generating new test data, where appropriate.
@adewes
Copy link
Owner Author

adewes commented Jun 1, 2014

@cBrauge is working on this

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

No branches or pull requests

1 participant