test Package

test_virtualfilesystem Module

class fastr.resources.plugins.ioplugins.test.test_virtualfilesystem.TestVFS[source]

Bases: object

__dict__ = mappingproxy({'__module__': 'fastr.resources.plugins.ioplugins.test.test_virtualfilesystem', 'setup': <function TestVFS.setup>, 'random_unique_string': <function TestVFS.random_unique_string>, 'test_ioplugins_pull_source_data_no_extension': <function TestVFS.test_ioplugins_pull_source_data_no_extension>, 'test_ioplugins_pull_source_data_niigz': <function TestVFS.test_ioplugins_pull_source_data_niigz>, 'test_ioplugins_pull_source_data_mhd': <function TestVFS.test_ioplugins_pull_source_data_mhd>, 'test_ioplugins_push_sink_data_niigz': <function TestVFS.test_ioplugins_push_sink_data_niigz>, 'test_ioplugins_push_sink_data_mhd': <function TestVFS.test_ioplugins_push_sink_data_mhd>, '__dict__': <attribute '__dict__' of 'TestVFS' objects>, '__weakref__': <attribute '__weakref__' of 'TestVFS' objects>, '__doc__': None})
__module__ = 'fastr.resources.plugins.ioplugins.test.test_virtualfilesystem'
__weakref__

list of weak references to the object (if defined)

random_unique_string(length=8, existing=None)[source]

Return a random alpha-numeric string with a certain length.

setup()[source]
test_ioplugins_pull_source_data_mhd()[source]
test_ioplugins_pull_source_data_niigz()[source]
test_ioplugins_pull_source_data_no_extension()[source]
test_ioplugins_push_sink_data_mhd()[source]
test_ioplugins_push_sink_data_niigz()[source]