Skip to content

Commit 2f18e82

Browse files
authored
Create test_catalyst.py
1 parent ee7b474 commit 2f18e82

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/test_catalyst.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import unittest
2+
3+
import catalyst
4+
5+
class TestCatalyst(unittest.TestCase):
6+
7+
def test_version(self):
8+
self.assertIsNotNone(catalyst.__version__)

0 commit comments

Comments
 (0)