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

        self.assertTrue(submission.return_true())
Exemplo n.º 5
0
    def test1a(self):
        """Test 1A."""

        self.assertTrue(submission.return_true())
Exemplo n.º 6
0
 def test_passes(self):
     """This test should pass"""
     self.assertTrue(submission.return_true())