libxlsxwriter/test/functional/test_panes.py
2015-12-06 18:19:25 +00:00

19 lines
420 B
Python

###############################################################################
#
# Tests for libxlsxwriter.
#
# Copyright 2014-2015, John McNamara, jmcnamara@cpan.org
#
import base_test_class
class TestCompareXLSXFiles(base_test_class.XLSXBaseTest):
"""
Test file created with libxlsxwriter against a file created by Excel.
"""
def test_panes01(self):
self.run_exe_test('test_panes01')