mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
gh-80958: unittest: discovery support for namespace packages as start directory (#123820)
This commit is contained in:
parent
34653bba64
commit
c75ff2ef8e
12 changed files with 145 additions and 37 deletions
|
@ -0,0 +1,5 @@
|
|||
import unittest
|
||||
|
||||
class PassingTest(unittest.TestCase):
|
||||
def test_true(self):
|
||||
self.assertTrue(True)
|
Loading…
Add table
Add a link
Reference in a new issue