10000 Removed test_equality test · pythonthings/github3.py@95ec648 · GitHub
[go: up one dir, main page]

Skip to content

Commit 95ec648

Browse files
Removed test_equality test
1 parent 5030631 commit 95ec648

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/unit/test_events.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ class TestEvent(UnitHelper):
1919
described_class = github3.events.Event
2020
example_data = get_example_data()
2121

22-
def test_equality(self):
23-
"""Test equality/inequality between two instances."""
24-
event = github3.events.Event(get_example_data())
25-
assert self.instance == event
26-
event._uniq = 1
27-
assert self.instance != event
28-
2922
def test_repr(self):
3023
"""Show that instance string is formatted properly."""
3124
assert repr(self.instance).startswith('<Event')

0 commit comments

Comments
 (0)
0