adds: tests for csv

This commit is contained in:
msramalho
2022-09-27 14:49:04 +01:00
parent 65366816fa
commit 484d3cb02c
3 changed files with 7 additions and 0 deletions

View File

@@ -27,3 +27,4 @@ def test_encoders():
assert res["string"] == read_fixture_content("snapshots/result.txt")
assert res["json"] == read_fixture_content("snapshots/result.json")
assert res["geojson"] == read_fixture_content("snapshots/result.geojson")
assert res["csv"] == read_fixture_content("snapshots/result.csv")