Skip to content

Commit 270d70c

Browse files
committed
Release Aspose.Cells Cloud SDK 23.8
1 parent 85eb32d commit 270d70c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
# import models into model package
2929
from test.tests_auto_filter_controller import TestAutoFilterControllerApi
3030
from test.tests_cells_controller import TestCellsControllerApi
31-
from test.tests_cells_barcodes_controller import TestCellsBarcodesControllerApi
3231
from test.tests_cells_status_controller import TestCellsStatusControllerApi
3332
from test.tests_chart_area_controller import TestChartAreaControllerApi
3433
from test.tests_charts_controller import TestChartsControllerApi

test/run_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
if __name__ == '__main__':
3232
case_path = os.getcwd()
33-
discover = unittest.defaultTestLoader.discover(case_path,pattern="*/tests_*.py")
33+
discover = unittest.defaultTestLoader.discover(case_path,pattern="tests_*.py")
3434
testRunner=xmlrunner.XMLTestRunner(output='test-reports')
3535
testRunner.run(discover)
3636

0 commit comments

Comments
 (0)