summaryrefslogtreecommitdiff
path: root/tests/test_numbits.py
Commit message (Expand)AuthorAgeFilesLines
* Expose numbits_to_nums() SQL function, refs #868Simon Willison2019-11-121-0/+5
* Improved numbits operationsNed Batchelder2019-08-111-8/+107
* Fix a bug in num_in_numbits.Ned Batchelder2019-08-011-1/+2
* Use more conventional strategy namingNed Batchelder2019-08-011-6/+6
* Add num_in_numbitsNed Batchelder2019-08-011-1/+10
* Keep hypothesis from freaking out about variable timings during metacovNed Batchelder2019-08-011-1/+13
* Add numbits_any_intersectionNed Batchelder2019-07-311-1/+9
* Use Hypothesis instead of my own janky randomizationNed Batchelder2019-07-311-22/+14
* Refactor numbits into their own filesNed Batchelder2019-07-311-0/+37