from unittest import TestCase class TestMatchmaking(TestCase): def test_matchmaking(self): self.assertEquals(1, 1)