Skip to content

Commit

Permalink
Tests - Clean files after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jun 11, 2021
1 parent 9317102 commit 1a02aef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_wmts_cache.py
@@ -1,6 +1,7 @@
import logging
import os
import shutil
from pathlib import Path

import lxml.etree

Expand Down Expand Up @@ -131,6 +132,9 @@ def test_wmts_document_cache_time(client):
assert projmtime < ndocmtime
assert docmtime < ndocmtime

# Clean files after testing
Path(client.getprojectpath("france_parts_copy.qgs")).unlink()


def test_wmts_document_tile(client):
""" Test WMTS tile response
Expand Down

0 comments on commit 1a02aef

Please sign in to comment.