libxlsxwriter/test/functional/test_protect.py
2025-02-11 00:03:36 +00:00

28 lines
685 B
Python

###############################################################################
#
# Tests for libxlsxwriter.
#
# SPDX-License-Identifier: BSD-2-Clause
# Copyright 2014-2025, 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_protect01(self):
self.run_exe_test('test_protect01')
def test_protect02(self):
self.run_exe_test('test_protect02')
def test_protect03(self):
self.run_exe_test('test_protect03')
def test_protect07(self):
self.run_exe_test('test_protect07')