summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-03Make run_tests.py also run a subset of tests w/o coverage (in additionScott Gasch
2022-06-03Add --all and cleanup clear_line().Scott Gasch
2022-06-02Improve docs in ANSI.pyScott Gasch
2022-06-02Make the bar graph thing do fractions.Scott Gasch
2022-06-02One bugfix and some cosmetics.Scott Gasch
2022-06-02Update docs.Scott Gasch
2022-06-02Hammer on that run_tests.py thing again.Scott Gasch
2022-06-02Rename old run_tests.sh script; it's not used in hooks anymore.Scott Gasch
2022-06-02Rename a method in exec_utils.Scott Gasch
2022-06-02Code cleanup for run_test.pyScott Gasch
2022-06-02Add a .coveragerc file to make sure we run coverage in parallel.Scott Gasch
2022-06-02Final touches on the new test runner.Scott Gasch
2022-06-02Update run_tests.py.Scott Gasch
2022-06-02Initial stab at a smarter doc/unit/integration/coverage test runner.Scott Gasch
2022-05-31More doc updates.Scott Gasch
2022-05-31More docs cleanup.Scott Gasch
2022-05-31Improve docstrings for sphinx.Scott Gasch
2022-05-29Clean up more docs to work with sphinx.Scott Gasch
2022-05-29Convert comment into doctest.Scott Gasch
2022-05-28Fix geocode's doctest.Scott Gasch
2022-05-28Tweak around docstring to make prettier sphinx autodocs.Scott Gasch
2022-05-28Sphinx docs link back to code.Scott Gasch
2022-05-28Adding files needed to run sphinx as a pre-push hook.Scott Gasch
2022-05-28Allowances for getting sphinx docs set up.Scott Gasch
2022-05-24Add method to get up/down/enter keystrokes.Scott Gasch
2022-05-12Fix an edge condition around the Nth weekday of the month whenScott Gasch
2022-05-12Try multiple strategies to determine the console size.Scott Gasch
2022-04-30Add curl commandline comment.Scott Gasch
2022-04-30Better logging + cleanup.Scott Gasch
2022-04-30Shard large geocode inputs.Scott Gasch
2022-04-30Batch geocoding. Also use format=json for the single address request toScott Gasch
2022-04-30Add some docs and doctests to things that have 0% coverage.Scott Gasch
2022-04-29Handle census site unavailability w/o throwing.Scott Gasch
2022-04-27Oops, update type hints in geocode.Scott Gasch
2022-04-27Change address, recognize numbers, add copyright.Scott Gasch
2022-04-26Cleanup geocode.Scott Gasch
2022-04-26Geocoder.Scott Gasch
2022-04-26Teach chord parser about Minor7Scott Gasch
2022-04-22Ignore ANTLR generated files.Scott Gasch
2022-04-22Add powerset to list_utils; improve chord parser.Scott Gasch
2022-04-22Add a chord parser test.Scott Gasch
2022-04-21Chord name parsing.Scott Gasch
2022-04-19Work on docs and readability.Scott Gasch
2022-04-19Improve the quick labeler again.Scott Gasch
2022-04-18Improve wildcard semantics again.Scott Gasch
2022-04-18Do the wildcard search thing better.Scott Gasch
2022-04-17Use preformatted_box with print_box.Scott Gasch
2022-04-17Preformatted box that doesn't wrap the contents.Scott Gasch
2022-04-17Allow query for '*' that returns all docids.Scott Gasch
2022-04-15Fix bug with timeouts.Scott Gasch