Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #141 from SpiNNakerManchester/remove_installed
Browse files Browse the repository at this point in the history
more direct way to directory
  • Loading branch information
Christian-B committed Apr 14, 2023
2 parents 1490cde + b24a4d7 commit e8bdb7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions unittests/test_cfg_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import os
import unittest
from spinn_utilities.config_holder import run_config_checks
import data_specification
from data_specification.config_setup import unittest_setup


Expand All @@ -25,7 +26,6 @@ def setUp(self):

def test_cfg_check(self):
unittests = os.path.dirname(__file__)
parent = os.path.dirname(unittests)
data_specification = os.path.join(parent, "data_specification")
data_specification_dir = data_specification.__path__[0]
run_config_checks(directories=[
data_specification, unittests])
data_specification_dir, unittests])

0 comments on commit e8bdb7a

Please sign in to comment.