replace nose assertions with simple asserts

This commit is contained in:
Sarah Hoffmann
2021-01-01 15:54:52 +01:00
parent 301fd7f7e8
commit 4ca7197826
5 changed files with 127 additions and 125 deletions

View File

@@ -2,7 +2,6 @@ import subprocess
import tempfile
import random
import os
from nose.tools import * # for assert functions
@given(u'the ([0-9.]+ )?grid')
def define_node_grid(context, grid_step):