mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 00:23:58 +00:00
test_astrcmp: Rephrase the skip message to not refer to a not existing file
This commit is contained in:
@@ -26,7 +26,7 @@ class AstrcmpBase(object):
|
||||
class AstrcmpCTest(AstrcmpBase, unittest.TestCase):
|
||||
func = astrcmp_c
|
||||
|
||||
@unittest.skipIf(astrcmp_c is None, "compiled astrcmp.c does not exist")
|
||||
@unittest.skipIf(astrcmp_c is None, "The _astrcmp C extension module has not been compiled")
|
||||
def test_astrcmp(self):
|
||||
super()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user