Skip to content

Commit f768289

Browse files
committed
removed typer (since this need to handled in a separate project)
1 parent 87b67ad commit f768289

2 files changed

Lines changed: 2 additions & 102 deletions

File tree

poetry.lock

Lines changed: 1 addition & 101 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/unit/client/test_Fast_API__Route__Extraction__integration.py renamed to tests/unit/client/test_Fast_API__Route__Extractor__integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from osbot_fast_api.api.schemas.enums.Enum__Fast_API__Route__Type import Enum__Fast_API__Route__Type
1818

1919

20-
class test_Fast_API__Route__Extraction__integration(TestCase): # Integration tests for complete route extraction workflow
20+
class test_Fast_API__Route__Extractor__integration(TestCase): # Integration tests for complete route extraction workflow
2121

2222
# todo: see if can use the Test__Fast_API__With_Routes.py class and endpoints here
2323
@classmethod

0 commit comments

Comments
 (0)