datasette/tests
Simon Willison 35d6ee2790
Apply black to everything, enforce via unit tests (#449)
I've run the black code formatting tool against everything:

    black tests datasette setup.py

I also added a new unit test, in tests/test_black.py, which will fail if the code does not
conform to black's exacting standards.

This unit test only runs on Python 3.6 or higher, because black itself doesn't run on 3.5.
2019-05-03 22:15:14 -04:00
..
__init__.py Broke up test_app into test_api and test_html 2017-12-15 04:08:24 -08:00
conftest.py Apply black to everything, enforce via unit tests (#449) 2019-05-03 22:15:14 -04:00
fixtures.py Apply black to everything, enforce via unit tests (#449) 2019-05-03 22:15:14 -04:00
test_api.py Apply black to everything, enforce via unit tests (#449) 2019-05-03 22:15:14 -04:00
test_black.py Apply black to everything, enforce via unit tests (#449) 2019-05-03 22:15:14 -04:00
test_csv.py Apply black to everything, enforce via unit tests (#449) 2019-05-03 22:15:14 -04:00
test_docs.py Apply black to everything, enforce via unit tests (#449) 2019-05-03 22:15:14 -04:00
test_facets.py Implemented ArrayFacet, closes #359 2019-05-02 20:21:27 -04:00
test_filters.py Apply black to everything, enforce via unit tests (#449) 2019-05-03 22:15:14 -04:00
test_html.py Apply black to everything, enforce via unit tests (#449) 2019-05-03 22:15:14 -04:00
test_inspect.py Apply black to everything, enforce via unit tests (#449) 2019-05-03 22:15:14 -04:00
test_plugins.py Apply black to everything, enforce via unit tests (#449) 2019-05-03 22:15:14 -04:00
test_publish_cloudrun.py Apply black to everything, enforce via unit tests (#449) 2019-05-03 22:15:14 -04:00
test_publish_heroku.py Apply black to everything, enforce via unit tests (#449) 2019-05-03 22:15:14 -04:00
test_publish_now.py Unit tests for publish now/heroku - closes #348 2018-07-25 22:45:47 -07:00
test_utils.py Apply black to everything, enforce via unit tests (#449) 2019-05-03 22:15:14 -04:00
utils.py Extract facet code out into a new plugin hook, closes #427 (#445) 2019-05-02 17:11:26 -07:00