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

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

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