Skip to content

Commit

Permalink
1.4.3: Adjustments to make pbp-meta-gen and pbp-hmb-gen Windows compa…
Browse files Browse the repository at this point in the history
…tible
  • Loading branch information
carueda committed Aug 31, 2024
1 parent a699c84 commit dbe04a1
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 112 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

2024-08

- 1.4.3: Adjustments to make pbp-meta-gen and pbp-hmb-gen Windows compatible.
Thanks to @spacetimeengineer for the contribution!

- 1.4.2:
- renamed `pbp` CLI program to `pbp-hmb-gen`
- renamed `pbp-plot` CLI program to `pbp-hmb-plot`
Expand Down
30 changes: 16 additions & 14 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,26 @@ which includes type checking, testing, and formatting and linting with ruff:
poetry run mypy .
Success: no issues found in 35 source files
poetry run pytest
============================== test session starts ==============================
================================== test session starts ======================
platform darwin -- Python 3.11.9, pytest-7.4.4, pluggy-1.5.0
rootdir: ...
rootdir: /Users/carueda/github/mbari-org/soundscape-repos/pbp
configfile: pyproject.toml
testpaths: tests
plugins: syrupy-4.6.1, cov-4.1.0
collected 14 items
tests/test_file_helper.py . [ 7%]
tests/test_meta_generator.py ... [ 28%]
tests/test_json_support.py ... [ 50%]
tests/test_metadata.py ... [ 71%]
tests/test_misc.py .. [ 85%]
tests/test_simpleapi.py .. [100%]
---------------------------- snapshot report summary ----------------------------
9 snapshots passed.
========================= 12 passed, 2 skipped in 5.37s =========================
collected 16 items
tests/test_file_helper.py . [ 6%]
tests/test_json_support.py ... [ 25%]
tests/test_meta_generator.py ..... [ 56%]
tests/test_metadata.py ... [ 75%]
tests/test_misc.py .. [ 87%]
tests/test_simpleapi.py .. [100%]
==================================== warnings summary =======================
....
-------------------------------- snapshot report summary --------------------
10 snapshots passed.
======================= 16 passed, 1 warning in 113.42s (0:01:53) ===========
poetry run ruff format .
36 files left unchanged
poetry run ruff check --fix
Expand Down
Loading

0 comments on commit dbe04a1

Please sign in to comment.