packaging: Try using uv workspaces.
This commit is contained in:
parent
e6256f296f
commit
fe5389d698
96 changed files with 46 additions and 90 deletions
15
tests/golden-files/input/hi_test.py
Normal file
15
tests/golden-files/input/hi_test.py
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
|
||||
import unittest
|
||||
|
||||
import hi
|
||||
|
||||
|
||||
class HiTestCase(unittest.TestCase):
|
||||
|
||||
def test_hi(self):
|
||||
hi.hi()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue