Skip to content

Commit 236cf68

Browse files
committed
テストコードの追加
1 parent 322f741 commit 236cf68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

annofabapi/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.27.4'
1+
__version__ = '0.27.5'

tests/test_local_parser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def test_lazy_parse_simple_annotation_zip_by_task(self):
113113
assert len([e for e in parser_list if e.input_data_id == "c6e1c2ec-6c7c-41c6-9639-4244c2ed2839"]) == 1
114114
assert len([e for e in parser_list if e.input_data_id == "c86205d1-bdd4-4110-ae46-194e661d622b"]) == 1
115115

116-
117116
def test_lazy_parse_simple_annotation_dir_by_task(self):
118117
zip_path = Path(test_dir / "simple-annotation-v2")
119118
task_parser_list = list(annofabapi.parser.lazy_parse_simple_annotation_dir_by_task(zip_path))
@@ -128,6 +127,7 @@ def test_lazy_parse_simple_annotation_dir_by_task(self):
128127
assert len([e for e in parser_list if e.input_data_id == "c6e1c2ec-6c7c-41c6-9639-4244c2ed2839"]) == 1
129128
assert len([e for e in parser_list if e.input_data_id == "c86205d1-bdd4-4110-ae46-194e661d622b"]) == 1
130129

130+
131131
class TestFullAnnotation:
132132
def test_full_annotation_zip(self):
133133
zip_path = Path(test_dir / "full-annotation.zip")

0 commit comments

Comments
 (0)