Rename from secop to frappy
debian/ is still missing, will follow in next commit. Fixes: #4626 Change-Id: Ia87c28c1c75b8402eedbfca47f888585a7881f44
This commit is contained in:

committed by
Enrico Faulhaber

parent
c1eb764b09
commit
7f166a5b8c
@ -21,10 +21,10 @@
|
||||
# *****************************************************************************
|
||||
"""test data types."""
|
||||
|
||||
import secop.errors
|
||||
import frappy.errors
|
||||
|
||||
|
||||
def test_errors():
|
||||
"""check consistence of secop.errors.EXCEPTIONS"""
|
||||
for e in secop.errors.EXCEPTIONS.values():
|
||||
assert secop.errors.EXCEPTIONS[e().name] == e
|
||||
"""check consistence of frappy.errors.EXCEPTIONS"""
|
||||
for e in frappy.errors.EXCEPTIONS.values():
|
||||
assert frappy.errors.EXCEPTIONS[e().name] == e
|
||||
|
Reference in New Issue
Block a user