Example #1
0
def test_passes():
    """This test should pass"""
    assert submission.return_true()
Example #2
0
 def test_passes(self):
     """This test should pass"""
     self.assertTrue(submission.return_true())
Example #3
0
def test_passes():
    """This test should pass"""
    assert submission.return_true()
Example #4
0
    def test1a(self):
        """Test 1A."""

        self.assertTrue(submission.return_true())
Example #5
0
    def test1a(self):
        """Test 1A."""

        self.assertTrue(submission.return_true())
Example #6
0
 def test_passes(self):
     """This test should pass"""
     self.assertTrue(submission.return_true())