From 4919cd7e7d5416f2b8bcc3bbbf90ed0ee8a56566 Mon Sep 17 00:00:00 2001 From: Hamish Graham <hamish.graham@cern.ch> Date: Thu, 30 Sep 2021 14:55:37 +0200 Subject: [PATCH] Update test_tree_maker.py --- tree_maker/tests/test_tree_maker.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tree_maker/tests/test_tree_maker.py b/tree_maker/tests/test_tree_maker.py index 0d085da..9169d44 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')) -- GitLab