Skip to content

Commit

Permalink
remove prints from test
Browse files Browse the repository at this point in the history
  • Loading branch information
xnuinside committed Apr 24, 2022
1 parent 954bcc8 commit 71f9ab2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/pydantic/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ def _inner(code_text: str, module_name: Optional[str] = None) -> ModuleType:

with open(os.path.join(current_path, f"{module_name}.py"), "w+") as f:
f.write(code_text)
print(current_path, "current_path")
print(package, "package")

module = importlib.import_module(f"{package}.{module_name}")

return module
Expand Down

0 comments on commit 71f9ab2

Please sign in to comment.