Skip to content

Commit 118029d

Browse files
author
Joel Collins
committed
Removed old tests
1 parent 94a0973 commit 118029d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/test_core_utilities.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,6 @@ def test_get_summary(example_class):
4747
assert utilities.get_summary(example_class.class_method_no_docstring) == ""
4848

4949

50-
# def test_rupdate():
51-
# d1 = {"a": "String", "b": 5, "c": [], "d": {"a": "String", "b": 5, "c": []}}
52-
#
53-
# d2 = {
54-
# "a": "String 2",
55-
# "b": 50,
56-
# "c": [10, 20, 30, 40, 50],
57-
# "d": {"a": "String 2d", "b": 50, "c": [10, 20, 30, 40, 50], "e": ["New list"]},
58-
# }
59-
#
60-
# assert utilities.rupdate(d1, d2) == d2
61-
62-
6350
def test_rupdate_granular():
6451
# Update string value
6552
s1 = {

0 commit comments

Comments
 (0)