Skip to content

Commit 24191bb

Browse files
committed
More testing
1 parent 43d172c commit 24191bb

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ on:
77
branches:
88
- "master"
99
- "development"
10+
- "osbv2*"
1011
pull_request:
1112
branches:
1213
- "master"
1314
- "development"
15+
- "osbv2*"
1416

1517
# # A workflow run is made up of one or more jobs that can run sequentially or in parallel
1618
jobs:

tests/backend/netpyne_model_interpreter_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def test_tut1(self):
9191
from gui_tut1 import netParams, simConfig
9292
self.getGeppettoModel(netParams, simConfig)
9393

94-
'''
94+
9595
# @unittest.skip("Neuron restart kernel issue")
9696
def test_tut2(self):
9797
print("------------------------------------")
@@ -107,7 +107,7 @@ def test_tut3(self):
107107
print("------------------------------------")
108108
from gui_tut3 import netParams, simConfig
109109
self.getGeppettoModel(netParams, simConfig)
110-
110+
'''
111111
# @unittest.skip("Neuron restart kernel issue")
112112
def test_tut4(self):
113113
print("------------------------------------")

0 commit comments

Comments
 (0)