setup repo

This commit is contained in:
kjeld Schouten-Lebbing
2022-01-16 15:33:26 +01:00
parent cd9aacfb18
commit dede37df91
8 changed files with 192 additions and 0 deletions

0
tests/__init__.py Normal file
View File

7
tests/test_string.py Normal file
View File

@ -0,0 +1,7 @@
import unittest
from pydash import PyDash
class Test(unittest.TestCase):