diff --git a/tree_maker/tests/test_tree_maker.py b/tree_maker/tests/test_tree_maker.py index 0d085daf8860c7e5cba35996c982263391bb361c..9169d4444213fcfecf133634c7d7042a0e35c689 100644 --- a/tree_maker/tests/test_tree_maker.py +++ b/tree_maker/tests/test_tree_maker.py @@ -8,21 +8,6 @@ def test_method1(): y = 2 assert x + y == 3 -def test_sum_is_five(): - assert nj.sum_is_five(1, 4) == True - -#def test_tag_first(): -# tag.tag_first('example_file.yaml', 'hello') -# a = tag.read_yaml('example_file.yaml') -# b = tag.convert_to_dict(a) -# assert b['0']['tag'] == 'hello' - -#def test_tag_it(): -# tag.tag_first('example_file.yaml', 'hello') -# tag.tag_it('example_file.yaml', 'bonjour') -# a = tag.read_yaml('example_file.yaml') -# b = tag.convert_to_dict(a) -# assert b['1']['tag'] == 'bonjour' def write_yaml(): tag.write_yaml({'green': 'hello'}, ('mytest.yaml'))