mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-17 14:10:21 -04:00
11 lines
158 B
Python
11 lines
158 B
Python
#!/usr/bin/env python
|
|
|
|
import unittest
|
|
|
|
|
|
class AppNameTest(unittest.TestCase):
|
|
def setUp(self):
|
|
passd
|
|
|
|
def test_something(self):
|
|
pass
|