Skip to content
Snippets Groups Projects
Commit fec6b55e authored by Jean-Baptiste Bayle's avatar Jean-Baptiste Bayle
Browse files

Cleanup measurement file after tests

parent 192dc544
No related branches found
No related tags found
1 merge request!128Resolve "Bug when writing a measurement file with no GW file input"
Pipeline #194497 passed
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
"""Test setup functions."""
import os
def teardown_module(_):
"""Remove test measurement file after all tests are executed."""
try:
os.remove('measurements.h5')
except FileNotFoundError:
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment