Skip to content

Commit

Permalink
move test to SpinnMachine
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Apr 3, 2024
1 parent bc417d6 commit edc48dc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions unittests/data/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ def test_setup(self):
with self.assertRaises(DataNotYetAvialable):
SpiNNManDataView.get_transceiver()

def test_mock(self):
SpiNNManDataWriter.mock()
set_config("Machine", "version", 5)
# check there is a
# value not what it is
SpiNNManDataView.get_machine()

def test_transceiver(self):
writer = SpiNNManDataWriter.setup()
with self.assertRaises(DataNotYetAvialable):
Expand Down

0 comments on commit edc48dc

Please sign in to comment.