Skip to content

Commit

Permalink
fix: build.yaml /6.
Browse files Browse the repository at this point in the history
  • Loading branch information
dornech committed Dec 15, 2024
1 parent 976e925 commit 6c581bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pytestdornech/skeleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ def main(


if __name__ == '__main__':

print("Test code CliRunner - enable if required")
print('Test code CliRunner - enable if required')
# from semantic_release.cli.commands.main import main
# from click.testing import CliRunner
# cli_cmd = ["semantic-release", "-vv", "--noop", "version", "--print"]
# result = CliRunner().invoke(main, cli_cmd[1:])
print('')

print(f"My version is '{__version__}'.\n")
app()

0 comments on commit 6c581bc

Please sign in to comment.