8 lines
106 B
Python
8 lines
106 B
Python
from unittest import TestCase
|
|
|
|
|
|
class TestFormatPbm(TestCase):
|
|
|
|
def test_formatPbm(self):
|
|
assert True
|