Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions datafaker/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def create_db_vocab(
config,
dst_engine,
)
dst_engine.dispose()
return tables_loaded


Expand Down
2 changes: 1 addition & 1 deletion tests/test_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ class DBFunctionalTestCase(DBFunctionalTestCaseBase):
schema_name = "public"
alt_orm_file_path = Path("my_orm.yaml")

def atest_workflow_maximal_args(self) -> None:
def test_workflow_maximal_args(self) -> None:
"""Test the CLI workflow runs with optional arguments."""
completed_process = self.invoke(
"--verbose",
Expand Down