test_example.py
| 187 B | Satir:
0
| py
Geri
import unittest class TestCase(unittest.TestCase): def test_it(self): """This example exists for the test suite to have an in-package test.""" self.assertTrue(True)
Kaydet
Ctrl+S ile kaydet