mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Refactored tests into new tests/ folder
Guided by https://docs.pytest.org/en/latest/goodpractices.html
This commit is contained in:
parent
e06b011771
commit
40d3b3eae6
2 changed files with 117 additions and 113 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
"""
|
||||||
|
Tests for various datasette helper functions.
|
||||||
|
"""
|
||||||
|
|
||||||
from datasette import app
|
from datasette import app
|
||||||
import pytest
|
import pytest
|
||||||
import json
|
import json
|
||||||
Loading…
Add table
Add a link
Reference in a new issue