Skip to content

Commit

Permalink
Update ARO terms for expected outputs within test_arg_category.py t…
Browse files Browse the repository at this point in the history
…o reflect the latest CARD and ARO (Dec 2024 release, v4.0.0)
  • Loading branch information
Vedanth-Ramji authored and luispedro committed Jan 20, 2025
1 parent de08155 commit e5bb729
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_arg_category.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def test_confers_resistance_to():
]

expected_output = [
["ARO:3000008", "ARO:0000032", "ARO:0000044"],
["ARO:3000008", "ARO:0000004", "ARO:3003706", "ARO:0000032", "ARO:3000637"],
["ARO:3000008", "ARO:0000032"],
["ARO:3000008", "ARO:0000004", "ARO:0000032", "ARO:3000637"],
["ARO:3000081"],
["ARO:3007382", "ARO:0000052", "ARO:0000007", "ARO:0000035", "ARO:0000049"],
["ARO:0000015", "ARO:3000008"],
Expand All @@ -34,7 +34,7 @@ def test_confers_resistance_to():
def test_oxa19_drugs():
oxa_19 = _assert_aro_name('ARO:3001414', 'OXA-19')
cephalosporin = _assert_aro_name('ARO:0000032', 'cephalosporin')
penam = _assert_aro_name('ARO:3000008', 'penam')
penam = _assert_aro_name('ARO:3000008', 'penicillin beta-lactam')
oxacillin = _assert_aro_name('ARO:0000056', 'oxacillin')
assert sorted(confers_resistance_to(oxa_19)) == sorted([cephalosporin, penam, oxacillin])

Expand Down

0 comments on commit e5bb729

Please sign in to comment.