Skip to content

Commit bd91d39

Browse files
committed
replace images
1 parent 901cdc1 commit bd91d39

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

src/tests/conftest.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ def configure_test_environment():
195195
os.environ["TEST_DB_PATH"] = str(db_path)
196196

197197
yield
198-
# tmp_data_path = os.environ.get("DATA_FOLDER_PATH")
199-
# if tmp_data_path and "ogw_test_data_" in tmp_data_path:
200-
# shutil.rmtree(tmp_data_path, ignore_errors=True)
201-
# print(f"Cleaned up test data folder: {tmp_data_path}", flush=True)
198+
tmp_data_path = os.environ.get("DATA_FOLDER_PATH")
199+
if tmp_data_path and "ogw_test_data_" in tmp_data_path:
200+
shutil.rmtree(tmp_data_path, ignore_errors=True)
201+
print(f"Cleaned up test data folder: {tmp_data_path}", flush=True)
202202

203203

204204
@pytest.fixture
436 Bytes
Loading
634 Bytes
Loading

src/tests/mesh/points/test_mesh_points_protocols.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def test_points_size(server, dataset_factory):
3232
[{"id": mesh_id, "size": 15}],
3333
)
3434
assert server.compare_image(3, "mesh/points/size.jpeg") == True
35-
print("####")
3635

3736

3837
def test_points_color(server, dataset_factory):

0 commit comments

Comments
 (0)