初始化PHP-Xlswrite扩展
This commit is contained in:
56
library/libxlsxwriter/test/functional/test_formatting.py
Normal file
56
library/libxlsxwriter/test/functional/test_formatting.py
Normal file
@@ -0,0 +1,56 @@
|
||||
###############################################################################
|
||||
#
|
||||
# Tests for libxlsxwriter.
|
||||
#
|
||||
# Copyright 2014-2021, 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_format01(self):
|
||||
self.run_exe_test('test_format01')
|
||||
|
||||
def test_format02(self):
|
||||
self.run_exe_test('test_format02')
|
||||
|
||||
def test_format06(self):
|
||||
self.run_exe_test('test_format06')
|
||||
|
||||
def test_format07(self):
|
||||
self.run_exe_test('test_format07')
|
||||
|
||||
def test_format08(self):
|
||||
self.run_exe_test('test_format08')
|
||||
|
||||
def test_format09(self):
|
||||
self.run_exe_test('test_format09')
|
||||
|
||||
def test_format10(self):
|
||||
self.run_exe_test('test_format10')
|
||||
|
||||
def test_format12(self):
|
||||
self.run_exe_test('test_format12')
|
||||
|
||||
def test_format15(self):
|
||||
self.run_exe_test('test_format15')
|
||||
|
||||
def test_format16(self):
|
||||
self.run_exe_test('test_format16')
|
||||
|
||||
def test_format17(self):
|
||||
self.run_exe_test('test_format17')
|
||||
|
||||
def test_format50(self):
|
||||
self.run_exe_test('test_format50')
|
||||
|
||||
def test_format51(self):
|
||||
self.run_exe_test('test_format51')
|
||||
|
||||
def test_format52(self):
|
||||
self.run_exe_test('test_format52')
|
||||
Reference in New Issue
Block a user