Skip to content
Snippets Groups Projects
Commit 4919cd7e authored by Hamish Graham's avatar Hamish Graham
Browse files

Update test_tree_maker.py

parent 3b5f3fd5
No related branches found
No related tags found
No related merge requests found
Pipeline #3073300 passed
...@@ -8,21 +8,6 @@ def test_method1(): ...@@ -8,21 +8,6 @@ def test_method1():
y = 2 y = 2
assert x + y == 3 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(): def write_yaml():
tag.write_yaml({'green': 'hello'}, ('mytest.yaml')) tag.write_yaml({'green': 'hello'}, ('mytest.yaml'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment