Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(test): use the expected name for initializing tests. | Ned Batchelder | 2021-11-07 | 1 | -2/+2 |
| | | | | | | | | | Originally I used setup_test because something went wrong when I used setUp. I wrote https://github.com/pytest-dev/pytest/issues/8424 about it. There they say to use `-p no:nose` to disable nose interpretation. But now I simply went back to setUp, and all seems well? Not sure what changed, but using the expected name is better. | ||||
* | style: prefer explicit string concatenation | Ned Batchelder | 2021-10-10 | 1 | -6/+6 |
| | |||||
* | refactor: pyupgrade --py36-plus tests/**.py | Ned Batchelder | 2021-05-02 | 1 | -1/+1 |
| | |||||
* | refactor: remove more unneeded backward.py shims | Ned Batchelder | 2021-05-01 | 1 | -2/+1 |
| | | | | | | | | | | | | | | Gone are: - iitems - litems - iternext - to_bytes - to_string - binary_bytes - byte_to_int - bytes_to_ints - BUILTINS | ||||
* | test: reduce use of unittest | Ned Batchelder | 2021-03-11 | 1 | -2/+2 |
| | |||||
* | style: fix long lines and avoid backslashesnedbat/unittest2pytest | Ned Batchelder | 2021-01-31 | 1 | -3/+5 |
| | |||||
* | refactor: unittest2pytest -w tests | Ned Batchelder | 2021-01-31 | 1 | -14/+12 |
| | | | | One step of moving to pure pytest tests. | ||||
* | Expose numbits_to_nums() SQL function, refs #868 | Simon Willison | 2019-11-12 | 1 | -0/+5 |
| | |||||
* | Improved numbits operations | Ned Batchelder | 2019-08-11 | 1 | -8/+107 |
| | | | | | | | | | * Better names (merge -> union) * More ops (intersection) * Can be registered for SQLite use * Numbits can be empty Also, line_map is a dumb table name. line_bits is marginally better. | ||||
* | Fix a bug in num_in_numbits. | Ned Batchelder | 2019-08-01 | 1 | -1/+2 |
| | |||||
* | Use more conventional strategy naming | Ned Batchelder | 2019-08-01 | 1 | -6/+6 |
| | |||||
* | Add num_in_numbits | Ned Batchelder | 2019-08-01 | 1 | -1/+10 |
| | |||||
* | Keep hypothesis from freaking out about variable timings during metacov | Ned Batchelder | 2019-08-01 | 1 | -1/+13 |
| | |||||
* | Add numbits_any_intersection | Ned Batchelder | 2019-07-31 | 1 | -1/+9 |
| | |||||
* | Use Hypothesis instead of my own janky randomization | Ned Batchelder | 2019-07-31 | 1 | -22/+14 |
| | |||||
* | Refactor numbits into their own files | Ned Batchelder | 2019-07-31 | 1 | -0/+37 |