Skip to content

Commit

Permalink
Add CATEGORY-STATION: DISTRIBUTED as test case
Browse files Browse the repository at this point in the history
  • Loading branch information
thxo committed Oct 5, 2024
1 parent 756b73a commit da6837a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/CQWPX.log
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ CATEGORY-ASSISTED: NON-ASSISTED
CATEGORY-BAND: ALL
CATEGORY-POWER: HIGH
CATEGORY-MODE: CW
CATEGORY-STATION: DISTRIBUTED
CATEGORY-TRANSMITTER: ONE
CATEGORY-OVERLAY: TB-WIRES
CLUB: Yankee Clipper Contest Club
Expand Down
1 change: 1 addition & 0 deletions tests/CQWPX_bad_style.log
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CATEGORY-ASSISTED: NON-ASSISTED
CATEGORY-BAND: ALL
CATEGORY-POWER: HIGH
CATEGORY-MODE: CW
CATEGORY-STATION: DISTRIBUTED
CATEGORY-TRANSMITTER: ONE
CATEGORY-OVERLAY: TB-WIRES
CLAIMED-SCORE: 24
Expand Down
1 change: 1 addition & 0 deletions tests/test_parser_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def test_parse_cqwpx():
assert cab.category_mode == 'CW'
assert cab.category_transmitter == 'ONE'
assert cab.category_overlay == 'TB-WIRES'
assert cab.category_station == 'DISTRIBUTED'
assert cab.claimed_score == 24
assert cab.club == 'Yankee Clipper Contest Club'
assert cab.location == 'WMA'
Expand Down

0 comments on commit da6837a

Please sign in to comment.