import unittest for line 32

This commit is contained in:
cclauss 2018-04-03 21:37:36 +02:00 committed by darrenl
parent 9e8185077b
commit baa032d2dc

View File

@ -1,8 +1,8 @@
from unittest import TestCase
import sys
import os import os
import sys
import unittest
class TestPascalVocRW(TestCase): class TestPascalVocRW(unittest.TestCase):
def test_upper(self): def test_upper(self):
dir_name = os.path.abspath(os.path.dirname(__file__)) dir_name = os.path.abspath(os.path.dirname(__file__))