Skip to content

Commit

Permalink
update descriptive test_error headers
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Nov 5, 2024
1 parent bde6fcb commit da2b139
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
6 changes: 4 additions & 2 deletions pydar/pytests/test_error_display_image.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Pytest for display_image.py
# pydar/pydar/: pytest -vs --disable-pytest-warnings --show-capture=no --capture=sys -vv
# Test Expected Error Messages from display_image.py
# centerline-width/: python -m pytest -v
# python -m pytest -k test_error_display_image.py -xv

import re

# External Python libraries (installed via pip install)
Expand Down
6 changes: 4 additions & 2 deletions pydar/pytests/test_error_extract_flyby_parameters.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Pytest for extract_flyby_parameters.py
# pydar/pydar/: pytest -vs --disable-pytest-warnings --show-capture=no --capture=sys -vv
# Test Expected Error Messages from extract_flyby_parameters.py
# centerline-width/: python -m pytest -v
# python -m pytest -k test_error_extract_flyby_parameters.py

import re

# External Python libraries (installed via pip install)
Expand Down
6 changes: 4 additions & 2 deletions pydar/pytests/test_error_read_readme.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Pytest for read_readme.py
# pydar/pydar/: pytest -vs --disable-pytest-warnings --show-capture=no --capture=sys -vv
# Test Expected Error Messages from read_readme.py
# centerline-width/: python -m pytest -v
# python -m pytest -k test_error_read_readme.py

import logging
import re

Expand Down
6 changes: 4 additions & 2 deletions pydar/pytests/test_error_retrieve_ids_by_time_position.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Pytest for retrieve_ids_by_time_position.pyc
# pydar/pydar/: pytest -vs --disable-pytest-warnings --show-capture=no --capture=sys -vv
# Test Expected Error Messages from retrieve_ids_by_time_position.py
# centerline-width/: python -m pytest -v
# python -m pytest -k test_error_retrieve_ids_by_time_position.py

import logging
import re

Expand Down

0 comments on commit da2b139

Please sign in to comment.