Refactored tests into new tests/ folder

Guided by https://docs.pytest.org/en/latest/goodpractices.html
pull/81/head
Simon Willison 2017-11-10 10:48:16 -08:00
rodzic e06b011771
commit 40d3b3eae6
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

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