Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.

Commit

Permalink
split tests in two functions
Browse files Browse the repository at this point in the history
Co-authored-by: Jenny Folkesson <[email protected]>
  • Loading branch information
JohannaRahm and jennyfolkesson committed Jun 17, 2022
1 parent 1326aaf commit 79d714c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/utils/aux_utils_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ def test_get_sms_im_name():
int2str_len=3,
)
nose.tools.assert_equal(im_name, 'img_phase_t000_p100_z010_blub.png')


def test_get_sms_im_name_nones():
im_name = aux_utils.get_sms_im_name(
time_idx=0,
channel_name=None,
Expand Down

0 comments on commit 79d714c

Please sign in to comment.