log tests/test-match.py @ 44104:1fbc38b4df97 draft default tip glob

age author description
2019-02-10 Martin von Zweigbergk match: delete unused root and cwd arguments from {always,never,exact}() (API)
2019-02-10 Martin von Zweigbergk match: delete unused root and cwd arguments to constructors (API)
2019-02-09 Martin von Zweigbergk tests: replace match.match(exact=True) by match.exact()
2019-02-04 Augie Fackler tests: fix test-match.py on Python3
2019-02-04 Pulkit Goyal match: teach diffmatcher.visitdir() to return 'all' if possible
2018-08-24 Kyle Lippincott match: make exactmatcher.visitchildrenset return file children as well
2018-08-09 Augie Fackler tests: make all the string constants in test-match.py be bytes
2018-08-09 Kyle Lippincott match: add missing "return set()", add FIXME to test to doc a bug
2018-08-06 spectral match: add visitchildrenset complement to visitdir
2018-08-06 spectral match: add tests for visitdir functionality
2017-07-19 Martin von Zweigbergk match: override visitdir() in nevermatcher to return False stable