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

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

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