datasette/tests
Simon Willison bb87cf8730
Added /-/versions and /-/versions.json, closes #244
Sample output:

    {
      "python": {
        "version": "3.6.3",
        "full": "3.6.3 (default, Oct  4 2017, 06:09:38) \n[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.37)]"
      },
      "datasette": {
        "version": "0.20"
      },
      "sqlite": {
        "version": "3.23.1",
        "extensions": {
          "json1": null,
          "spatialite": "4.3.0a"
        }
      }
    }
2018-05-03 11:09:27 -03:00
..
__init__.py Broke up test_app into test_api and test_html 2017-12-15 04:08:24 -08:00
fixtures.py If max_returned_rows==page_size, increment max_returned_rows 2018-04-25 21:04:12 -07:00
test_api.py Added /-/versions and /-/versions.json, closes #244 2018-05-03 11:09:27 -03:00
test_html.py Added CSS class rows-and-columns to main table 2018-04-23 18:31:32 -07:00
test_inspect.py Mark FTS-related tables as 'hidden' in inspect() 2017-11-21 12:55:59 -08:00
test_utils.py datasette publish/package --install option, closes #223 2018-04-18 07:55:36 -07:00