HWPower / tests /hwp5_tests /test_plat_jython_poifs.py
seawolf2357's picture
Add tests
3315103 verified
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from __future__ import print_function
from __future__ import unicode_literals
from unittest import TestCase
from hwp5.plat import jython_poifs
from .mixin_olestg import OleStorageTestMixin
class TestOleStorageJythonPoiFS(TestCase, OleStorageTestMixin):
def setUp(self):
if jython_poifs.is_enabled():
self.OleStorage = jython_poifs.OleStorage