Skip to content

Commit

Permalink
Added changes to sniff.py to test #33 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Neonbluestoplight authored and patrick-austin committed Mar 4, 2024
1 parent fd266e3 commit 0b75717
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/galaxy/datatypes/sniff.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,9 @@ def guess_ext(fname_or_file_prefix: Union[str, "FilePrefix"], sniff_order, is_bi
>>> fname = get_test_fname('Si.cif')
>>> guess_ext(fname, sniff_order)
'cif'
>>> fname = get_test_fname('LaMnO3.cif')
>>> guess_ext(fname, sniff_order)
'cif'
>>> fname = get_test_fname('Si.xyz')
>>> guess_ext(fname, sniff_order)
'xyz'
Expand Down

0 comments on commit 0b75717

Please sign in to comment.