Skip to content

Commit e788b05

Browse files
authored
Merge pull request #4 from includeamin/cleanup-tests
chore: cleanup tests and add name to the release wrokflow
2 parents 2494ea9 + 5349c91 commit e788b05

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: "Release"
2+
13
on:
24
push:
35
branches:

tests/test_diff.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ def _mk_expected_operation(**kwargs):
2828
return Delta(**allowed)
2929

3030

31-
# --- Your original tests (kept) -------------------------------------------
32-
33-
3431
@pytest.mark.parametrize(
3532
("old", "new", "expected_delta"),
3633
[
@@ -67,9 +64,6 @@ def test_patch_complex():
6764
assert patch_result == new
6865

6966

70-
# --- New tests -------------------------------------------------------------
71-
72-
7367
def test_diff_no_changes_is_empty():
7468
base = {"user": {"name": "Amin", "age": 30}, "tags": ["a", "b"]}
7569
result = diff(new=base, old=base)

0 commit comments

Comments
 (0)