Skip to content

Commit

Permalink
fix: correction skeleton.py, comment test code
Browse files Browse the repository at this point in the history
Signed-off-by: dornech <[email protected]>
  • Loading branch information
dornech committed Dec 15, 2024
1 parent a5e5e6f commit 27413d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pytestdornech/skeleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ def main(

if __name__ == '__main__':

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:])
# 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(f"My version is '{__version__}'.\n")
app()

0 comments on commit 27413d1

Please sign in to comment.