alexpdev / torrentfile

Bittorrent Protocol v1 & v2 metafile creator, checker, editor, builder, reviewer. Assemble .torrent files from the command line.
Apache License 2.0
43 stars 4 forks source link

Version 0.8.13 #177

Closed alexpdev closed 1 year ago

alexpdev commented 1 year ago

Fixes Issue #176

The cli info subcommand will now properly display the text.

codecov[bot] commented 1 year ago

Codecov Report

Merging #177 (3c2a5b1) into master (743c52e) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #177   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines         2947      2962   +15     
=========================================
+ Hits          2947      2962   +15     
Impacted Files Coverage Δ
tests/__init__.py 100.00% <100.00%> (ø)
tests/test_cli.py 100.00% <100.00%> (ø)
tests/test_commands.py 100.00% <100.00%> (ø)
tests/test_edit.py 100.00% <100.00%> (ø)
tests/test_interactive.py 100.00% <100.00%> (ø)
tests/test_rebuild.py 100.00% <100.00%> (ø)
tests/test_recheck.py 100.00% <100.00%> (ø)
tests/test_torrent.py 100.00% <100.00%> (ø)
tests/test_utils.py 100.00% <100.00%> (ø)
torrentfile/cli.py 100.00% <100.00%> (ø)
... and 10 more