summaryrefslogtreecommitdiff
path: root/testing/test_entry_points.py
AgeCommit message (Expand)Author
2019-07-04Replace importlib_metadata with importlib.metadata on Python 3.8+Miro HronĨok
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-05-28Merge master into featuresDaniel Hahler
2019-05-27Switch to importlib-metadataAnthony Sottile
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-05-23run blackRonny Pfannschmidt
2017-03-16Add __future__ imports to all pytest modulesBruno Oliveira
2016-06-22Add tests to make sure expected entry points exist (#1629)Oliver Bestwalter