Refactored tests into new tests/ folder

Guided by https://docs.pytest.org/en/latest/goodpractices.html
This commit is contained in:
Simon Willison 2017-11-10 10:48:16 -08:00
commit 40d3b3eae6
2 changed files with 117 additions and 113 deletions

View file

@ -1,3 +1,7 @@
"""
Tests for various datasette helper functions.
"""
from datasette import app
import pytest
import json