7 lines
96 B
Python
7 lines
96 B
Python
import unittest
|
|
|
|
|
|
class TestURLPattern(unittest.TestCase):
|
|
def test_foo(self):
|
|
pass
|