Skip to content

Commit

Permalink
remove deprecated test_suite function (cf desihub/desispec#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Jan 2, 2024
1 parent a59ef89 commit 68e61d6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions py/redrock/test/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,3 @@ def test_zscan_io(self):
self.assertTrue(np.all(d1==d2), 'data mismatch {}/{}/{}'.format(targetid, spectype, key))


def test_suite():
"""Allows testing of only this module with the command::
python setup.py test -m <modulename>
"""
return unittest.defaultTestLoader.loadTestsFromName(__name__)

0 comments on commit 68e61d6

Please sign in to comment.