コード例 #1
0
ファイル: test_registry.py プロジェクト: Cadair/astropy
def teardown_function(function):
    _readers.clear()
    _writers.clear()
    _identifiers.clear()
    _readers.update(ORIGINAL['readers'])
    _writers.update(ORIGINAL['writers'])
    _identifiers.update(ORIGINAL['identifiers'])
コード例 #2
0
def teardown_function(function):
    _readers.clear()
    _writers.clear()
    _identifiers.clear()
    _readers.update(ORIGINAL['readers'])
    _writers.update(ORIGINAL['writers'])
    _identifiers.update(ORIGINAL['identifiers'])
コード例 #3
0
ファイル: test_registry.py プロジェクト: Cadair/astropy
def setup_function(function):
    ORIGINAL['readers'] = copy(_readers)
    ORIGINAL['writers'] = copy(_writers)
    ORIGINAL['identifiers'] = copy(_identifiers)

    _readers.clear()
    _writers.clear()
    _identifiers.clear()
コード例 #4
0
def setup_function(function):
    ORIGINAL['readers'] = copy(_readers)
    ORIGINAL['writers'] = copy(_writers)
    ORIGINAL['identifiers'] = copy(_identifiers)

    _readers.clear()
    _writers.clear()
    _identifiers.clear()
コード例 #5
0
def setup_function(function):
    _readers.clear()
    _writers.clear()
    _identifiers.clear()
コード例 #6
0
ファイル: test_registry.py プロジェクト: MaxNoe/astropy
def setup_function(function):
    _readers.clear()
    _writers.clear()
    _identifiers.clear()