Skip to content

Commit

Permalink
mock
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Mar 30, 2023
1 parent 339b907 commit 90711e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spinn_utilities/config_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import os
from spinn_utilities.config_holder import (
add_default_cfg, clear_cfg_files)
from spinn_utilities.data.utils_data_writer import UtilsDataWriter

BASE_CONFIG_FILE = "spinn_utilities.cfg"

Expand All @@ -30,6 +31,7 @@ def unittest_setup():
"""
clear_cfg_files(True)
add_spinn_utilities_cfg()
UtilsDataWriter.mock()


def add_spinn_utilities_cfg():
Expand Down

0 comments on commit 90711e7

Please sign in to comment.