Source: dfvfs
Version: 20201219-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211104 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> python3 run_tests.py
> testFlushCache (analyzer.analyzer.AnalyzerTest)
> Tests the _FlushCache function. ... ok
> testGetArchiveTypeIndicatorsTAR (analyzer.analyzer.AnalyzerTest)
> Tests the GetArchiveTypeIndicators function on a .tar file. ... ok
> testGetArchiveTypeIndicatorsZIP (analyzer.analyzer.AnalyzerTest)
> Tests the GetArchiveTypeIndicators function on a .zip file. ... ok
> testGetCompressedArchiveTypeIndicators (analyzer.analyzer.AnalyzerTest)
> Tests the GetCompressedStreamTypeIndicators function on a .tgz file. ... ok
> testGetCompressedStreamTypeIndicatorsBZIP2 (analyzer.analyzer.AnalyzerTest)
> Tests the GetCompressedStreamTypeIndicators function on a .bz2 file. ... ok
> testGetCompressedStreamTypeIndicatorsGZIP (analyzer.analyzer.AnalyzerTest)
> Tests the GetCompressedStreamTypeIndicators function on a .gz file. ... ok
> testGetCompressedStreamTypeIndicatorsXZ (analyzer.analyzer.AnalyzerTest)
> Tests the GetCompressedStreamTypeIndicators function on a .xz file. ... ok
> testGetFileSystemTypeIndicators (analyzer.analyzer.AnalyzerTest)
> Tests the GetFileSystemTypeIndicators function on a .qcow2 file. ... ok
> testGetFileSystemTypeIndicatorsEXT2 (analyzer.analyzer.AnalyzerTest)
> Tests the GetFileSystemTypeIndicators function on an ext2 file system. ... ok
> testGetFileSystemTypeIndicatorsHFSPlus (analyzer.analyzer.AnalyzerTest)
> Tests the GetFileSystemTypeIndicators function on a HFS+ file system. ... ok
> testGetFileSystemTypeIndicatorsNTFS (analyzer.analyzer.AnalyzerTest)
> Tests the GetFileSystemTypeIndicators function on a NTFS file system. ... ok
> testGetFileSystemTypeIndicatorsXFS (analyzer.analyzer.AnalyzerTest)
> Tests the GetFileSystemTypeIndicators function on an XFS file system. ... ok
> testGetSignatureScanner (analyzer.analyzer.AnalyzerTest)
> Tests the _GetSignatureScanner function. ... ok
> testGetSpecificationStore (analyzer.analyzer.AnalyzerTest)
> Tests the _GetSpecificationStore function. ... ok
> testGetStorageMediaImageTypeIndicatorsBodyFile 
> (analyzer.analyzer.AnalyzerTest)
> Tests the GetStorageMediaImageTypeIndicator function on a bodyfile. ... ok
> testGetStorageMediaImageTypeIndicatorsEWF (analyzer.analyzer.AnalyzerTest)
> Tests the GetStorageMediaImageTypeIndicator function on a .E01 file. ... ok
> testGetStorageMediaImageTypeIndicatorsQCOW (analyzer.analyzer.AnalyzerTest)
> Tests the GetStorageMediaImageTypeIndicator function on a .qcow2 file. ... ok
> testGetStorageMediaImageTypeIndicatorsVHDI (analyzer.analyzer.AnalyzerTest)
> Tests the GetStorageMediaImageTypeIndicator function on .vhd[x] files. ... ok
> testGetStorageMediaImageTypeIndicatorsVMDK (analyzer.analyzer.AnalyzerTest)
> Tests the GetStorageMediaImageTypeIndicator function on a .vmdk file. ... ok
> testGetVolumeSystemTypeIndicatorsBDE (analyzer.analyzer.AnalyzerTest)
> Tests the GetVolumeSystemTypeIndicators function on a BDE ToGo drive. ... ok
> testGetVolumeSystemTypeIndicatorsFVDE (analyzer.analyzer.AnalyzerTest)
> Tests the GetVolumeSystemTypeIndicators function on a FVDE volume. ... ok
> testGetVolumeSystemTypeIndicatorsLUKS (analyzer.analyzer.AnalyzerTest)
> Tests the GetVolumeSystemTypeIndicators function on a LUKS volume. ... ok
> testGetVolumeSystemTypeIndicatorsTSK (analyzer.analyzer.AnalyzerTest)
> Tests the GetVolumeSystemTypeIndicators function on partitions. ... ok
> testGetVolumeSystemTypeIndicatorsVSS (analyzer.analyzer.AnalyzerTest)
> Tests the GetVolumeSystemTypeIndicators function on a VSS volume. ... ok
> testHelperRegistration (analyzer.analyzer.AnalyzerTest)
> Tests the DeregisterHelper and RegisterHelper functions. ... ok
> testAddSpecification (analyzer.specification.FormatSpecificationStoreTest)
> Function to test the AddSpecification function. ... ok
> testDecompress (compression.bzip2_decompressor.BZIP2DecompressorTestCase)
> Tests the Decompress method. ... ok
> testDecompressorRegistration (compression.manager.CompressionManagerTest)
> Tests the DeregisterDecompressor and DeregisterDecompressor functions. ... ok
> testGetDecompressor (compression.manager.CompressionManagerTest)
> Function to test the GetDecompressor function. ... ok
> testDecompress (compression.xz_decompressor.LZMADecompressorTestCase)
> Tests the Decompress method. ... ok
> testDecompress (compression.xz_decompressor.XZDecompressorTestCase)
> Tests the Decompress method. ... ok
> testDecompress (compression.zlib_decompressor.DeflateDecompressorTestCase)
> Tests the Decompress method. ... ok
> testDecompress (compression.zlib_decompressor.ZlibDecompressorTestCase)
> Tests the Decompress method. ... ok
> testInitialize (credentials.apfs_credentials.APFSCredentials)
> Tests the __init__ function. ... ok
> testInitialize (credentials.bde_credentials.BDECredentials)
> Tests the __init__ function. ... ok
> testInitialize (credentials.credentials.Credentials)
> Tests the __init__ function. ... ok
> testInitialize (credentials.encrypted_stream_credentials.APFSCredentials)
> Tests the __init__ function. ... ok
> testInitialize (credentials.fvde_credentials.FVDECredentials)
> Tests the __init__ function. ... ok
> testCredentialGetSet (credentials.keychain.KeychainTest)
> Tests the GetCredential and SetCredential functions. ... ok
> testInitialize (credentials.luksde_credentials.LUKSDECredentials)
> Tests the __init__ function. ... ok
> testCredentialsRegistration (credentials.manager.CredentialsManagerTest)
> Tests the DeregisterCredentials and DeregisterCredentials functions. ... ok
> testGetCredentials (credentials.manager.CredentialsManagerTest)
> Function to test the GetCredentials function. ... ok
> testDecode (encoding.base16_decoder.Base16DecoderTestCase)
> Tests the Decode method. ... ok
> testDecode (encoding.base32_decoder.Base32DecoderTestCase)
> Tests the Decode method. ... ok
> testDecode (encoding.base64_decoder.Base64DecoderTestCase)
> Tests the Decode method. ... ok
> testDecoderRegistration (encoding.manager.EncodingManagerTest)
> Tests the DeregisterDecoder and DeregisterDecoder functions. ... ok
> testGetDecoder (encoding.manager.EncodingManagerTest)
> Function to test the GetDecoder function. ... ok
> testDecrypt (encryption.aes_decrypter.AESDecrypterTestCase)
> Tests the Decrypt method. ... ok
> testInitialization (encryption.aes_decrypter.AESDecrypterTestCase)
> Tests the initialization method. ... ok
> testDecrypt (encryption.blowfish_decrypter.BlowfishDecrypterTestCase)
> Tests the Decrypt method. ... ok
> testInitialization (encryption.blowfish_decrypter.BlowfishDecrypterTestCase)
> Tests the initialization method. ... ok
> testInitialize (encryption.decrypter.CryptographyBlockCipherDecrypterTest)
> Tests the __init__ method. ... ok
> testInitialize (encryption.decrypter.DecrypterTestCase)
> Tests the __init__ method. ... ok
> testDecrypt (encryption.des3_decrypter.DES3DecrypterTestCase)
> Tests the Decrypt method. ... ok
> testInitialization (encryption.des3_decrypter.DES3DecrypterTestCase)
> Tests the initialization method. ... ok
> testDecrypterRegistration (encryption.manager.EncryptionManagerTest)
> Tests the DeregisterDecrypter and DeregisterDecrypter functions. ... ok
> testGetDecrypter (encryption.manager.EncryptionManagerTest)
> Function to test the GetDecrypter function. ... ok
> testDecrypt (encryption.rc4_decrypter.RC4DecrypterTestCase)
> Tests the Decrypt method. ... ok
> testInitialize (encryption.rc4_decrypter.RC4DecrypterTestCase)
> Tests the __init__ method. ... ok
> testOpenCloseIdentifier (file_io.apfs_file_io.APFSFileTest)
> Test the open and close functionality using an identifier. ... ok
> testOpenCloseLocation (file_io.apfs_file_io.APFSFileTest)
> Test the open and close functionality using a location. ... ok
> testRead (file_io.apfs_file_io.APFSFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.apfs_file_io.APFSFileTest)
> Test the seek functionality. ... ok
> testOpenCloseInode (file_io.bde_file_io.BDEFileWithKeyChainTest)
> Test the open and close functionality using an inode. ... ok
> testOpenCloseLocation (file_io.bde_file_io.BDEFileWithKeyChainTest)
> Test the open and close functionality using a location. ... ok
> testRead (file_io.bde_file_io.BDEFileWithKeyChainTest)
> Test the read functionality. ... ok
> testSeek (file_io.bde_file_io.BDEFileWithKeyChainTest)
> Test the seek functionality. ... ok
> testOpenCloseInode (file_io.bde_file_io.BDEFileWithPathSpecCredentialsTest)
> Test the open and close functionality using an inode. ... ok
> testOpenCloseLocation (file_io.bde_file_io.BDEFileWithPathSpecCredentialsTest)
> Test the open and close functionality using a location. ... ok
> testRead (file_io.bde_file_io.BDEFileWithPathSpecCredentialsTest)
> Test the read functionality. ... ok
> testSeek (file_io.bde_file_io.BDEFileWithPathSpecCredentialsTest)
> Test the seek functionality. ... ok
> testOpenCloseFileObject 
> (file_io.compressed_stream_io.BZIP2CompressedStreamTest)
> Test the open and close functionality using a file-like object. ... ok
> testOpenClosePathSpec (file_io.compressed_stream_io.BZIP2CompressedStreamTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.compressed_stream_io.BZIP2CompressedStreamTest)
> Test the read functionality. ... ok
> testSeek (file_io.compressed_stream_io.BZIP2CompressedStreamTest)
> Test the seek functionality. ... ok
> testOpenCloseFileObject 
> (file_io.compressed_stream_io.LZMACompressedStreamTest)
> Test the open and close functionality using a file-like object. ... ok
> testOpenClosePathSpec (file_io.compressed_stream_io.LZMACompressedStreamTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.compressed_stream_io.LZMACompressedStreamTest)
> Test the read functionality. ... ok
> testSeek (file_io.compressed_stream_io.LZMACompressedStreamTest)
> Test the seek functionality. ... ok
> testOpenCloseFileObject (file_io.compressed_stream_io.XZCompressedStreamTest)
> Test the open and close functionality using a file-like object. ... ok
> testOpenClosePathSpec (file_io.compressed_stream_io.XZCompressedStreamTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.compressed_stream_io.XZCompressedStreamTest)
> Test the read functionality. ... ok
> testSeek (file_io.compressed_stream_io.XZCompressedStreamTest)
> Test the seek functionality. ... ok
> testOpenCloseFileObject 
> (file_io.compressed_stream_io.ZlibCompressedStreamTest)
> Test the open and close functionality using a file-like object. ... ok
> testOpenClosePathSpec (file_io.compressed_stream_io.ZlibCompressedStreamTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.compressed_stream_io.ZlibCompressedStreamTest)
> Test the read functionality. ... ok
> testSeek (file_io.compressed_stream_io.ZlibCompressedStreamTest)
> Test the seek functionality. ... ok
> testOpenClosePathSpec (file_io.cpio_file_io.CPIOBinaryFileTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.cpio_file_io.CPIOBinaryFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.cpio_file_io.CPIOBinaryFileTest)
> Test the seek functionality. ... ok
> testOpenClosePathSpec (file_io.cpio_file_io.CPIONewASCIIFileTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.cpio_file_io.CPIONewASCIIFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.cpio_file_io.CPIONewASCIIFileTest)
> Test the seek functionality. ... ok
> testOpenClosePathSpec (file_io.cpio_file_io.CPIONewASCIIFileWithChecksumTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.cpio_file_io.CPIONewASCIIFileWithChecksumTest)
> Test the read functionality. ... ok
> testSeek (file_io.cpio_file_io.CPIONewASCIIFileWithChecksumTest)
> Test the seek functionality. ... ok
> testOpenClosePathSpec (file_io.cpio_file_io.CPIOPortableASCIIFileTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.cpio_file_io.CPIOPortableASCIIFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.cpio_file_io.CPIOPortableASCIIFileTest)
> Test the seek functionality. ... ok
> testOpenCloseFileObject (file_io.data_range_io.DataRangeTest)
> Test the open and close functionality using a file-like object. ... ok
> testOpenClosePathSpec (file_io.data_range_io.DataRangeTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.data_range_io.DataRangeTest)
> Test the read functionality. ... ok
> testSeek (file_io.data_range_io.DataRangeTest)
> Test the seek functionality. ... ok
> testSetRange (file_io.data_range_io.DataRangeTest)
> Test the set data range functionality. ... ok
> testOpenCloseFileObject (file_io.encoded_stream_io.Base16EncodedStreamTest)
> Test the open and close functionality using a file-like object. ... ok
> testOpenClosePathSpec (file_io.encoded_stream_io.Base16EncodedStreamTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.encoded_stream_io.Base16EncodedStreamTest)
> Test the read functionality. ... ok
> testSeek (file_io.encoded_stream_io.Base16EncodedStreamTest)
> Test the seek functionality. ... ok
> testOpenCloseFileObject (file_io.encoded_stream_io.Base32EncodedStreamTest)
> Test the open and close functionality using a file-like object. ... ok
> testOpenClosePathSpec (file_io.encoded_stream_io.Base32EncodedStreamTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.encoded_stream_io.Base32EncodedStreamTest)
> Test the read functionality. ... ok
> testSeek (file_io.encoded_stream_io.Base32EncodedStreamTest)
> Test the seek functionality. ... ok
> testOpenCloseFileObject (file_io.encoded_stream_io.Base64EncodedStreamTest)
> Test the open and close functionality using a file-like object. ... ok
> testOpenClosePathSpec (file_io.encoded_stream_io.Base64EncodedStreamTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.encoded_stream_io.Base64EncodedStreamTest)
> Test the read functionality. ... ok
> testSeek (file_io.encoded_stream_io.Base64EncodedStreamTest)
> Test the seek functionality. ... ok
> testOpenCloseFileObject (file_io.encrypted_stream_io.AESEncryptedStreamTest)
> Test the open and close functionality using a file-like object. ... ok
> testOpenClosePathSpec (file_io.encrypted_stream_io.AESEncryptedStreamTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.encrypted_stream_io.AESEncryptedStreamTest)
> Test the read functionality. ... ok
> testSeek (file_io.encrypted_stream_io.AESEncryptedStreamTest)
> Test the seek functionality. ... ok
> testOpenCloseFileObject 
> (file_io.encrypted_stream_io.AESEncryptedStreamWithKeyChainTest)
> Test the open and close functionality using a file-like object. ... ok
> testOpenClosePathSpec 
> (file_io.encrypted_stream_io.AESEncryptedStreamWithKeyChainTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.encrypted_stream_io.AESEncryptedStreamWithKeyChainTest)
> Test the read functionality. ... ok
> testSeek (file_io.encrypted_stream_io.AESEncryptedStreamWithKeyChainTest)
> Test the seek functionality. ... ok
> testOpenCloseFileObject 
> (file_io.encrypted_stream_io.BlowfishEncryptedStreamWithKeyChainTest)
> Test the open and close functionality using a file-like object. ... ok
> testOpenClosePathSpec 
> (file_io.encrypted_stream_io.BlowfishEncryptedStreamWithKeyChainTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.encrypted_stream_io.BlowfishEncryptedStreamWithKeyChainTest)
> Test the read functionality. ... ok
> testSeek (file_io.encrypted_stream_io.BlowfishEncryptedStreamWithKeyChainTest)
> Test the seek functionality. ... ok
> testOpenCloseFileObject 
> (file_io.encrypted_stream_io.DES3EncryptedStreamWithKeyChainTest)
> Test the open and close functionality using a file-like object. ... ok
> testOpenClosePathSpec 
> (file_io.encrypted_stream_io.DES3EncryptedStreamWithKeyChainTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.encrypted_stream_io.DES3EncryptedStreamWithKeyChainTest)
> Test the read functionality. ... ok
> testSeek (file_io.encrypted_stream_io.DES3EncryptedStreamWithKeyChainTest)
> Test the seek functionality. ... ok
> testOpenCloseFileObject 
> (file_io.encrypted_stream_io.RC4EncryptedStreamWithKeyChainTest)
> Test the open and close functionality using a file-like object. ... ok
> testOpenClosePathSpec 
> (file_io.encrypted_stream_io.RC4EncryptedStreamWithKeyChainTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.encrypted_stream_io.RC4EncryptedStreamWithKeyChainTest)
> Test the read functionality. ... ok
> testSeek (file_io.encrypted_stream_io.RC4EncryptedStreamWithKeyChainTest)
> Test the seek functionality. ... ok
> testOpenCloseInode (file_io.ewf_file_io.EWFFileTest)
> Test the open and close functionality using an inode. ... ok
> testOpenCloseLocation (file_io.ewf_file_io.EWFFileTest)
> Test the open and close functionality using a location. ... ok
> testRead (file_io.ewf_file_io.EWFFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.ewf_file_io.EWFFileTest)
> Test the seek functionality. ... ok
> testOpenCloseInode (file_io.ewf_file_io.SplitEWFFileTest)
> Test the open and close functionality using an inode. ... ok
> testOpenCloseLocation (file_io.ewf_file_io.SplitEWFFileTest)
> Test the open and close functionality using a location. ... ok
> testRead (file_io.ewf_file_io.SplitEWFFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.ewf_file_io.SplitEWFFileTest)
> Test the seek functionality. ... ok
> testOpenCloseIdentifier (file_io.ext_file_io.EXTFileTest)
> Test the open and close functionality using an inode. ... ok
> testOpenCloseLocation (file_io.ext_file_io.EXTFileTest)
> Test the open and close functionality using a location. ... ok
> testRead (file_io.ext_file_io.EXTFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.ext_file_io.EXTFileTest)
> Test the seek functionality. ... ok
> testOpenClosePathSpec (file_io.fake_file_io.FakeFileTest)
> Test the Open and Close functions with a path specification. ... ok
> testRead (file_io.fake_file_io.FakeFileTest)
> Test the read function. ... ok
> testSeek (file_io.fake_file_io.FakeFileTest)
> Test the seek function. ... ok
> testOpenCloseInode (file_io.fvde_file_io.FVDEFileTestWithKeyChainTest)
> Test the open and close functionality using an inode. ... ok
> testOpenCloseLocation (file_io.fvde_file_io.FVDEFileTestWithKeyChainTest)
> Test the open and close functionality using a location. ... ok
> testRead (file_io.fvde_file_io.FVDEFileTestWithKeyChainTest)
> Test the read functionality. ... ok
> testSeek (file_io.fvde_file_io.FVDEFileTestWithKeyChainTest)
> Test the seek functionality. ... ok
> testOpenCloseInode (file_io.fvde_file_io.FVDEFileWithPathSpecCredentialsTest)
> Test the open and close functionality using an inode. ... ok
> testOpenCloseLocation 
> (file_io.fvde_file_io.FVDEFileWithPathSpecCredentialsTest)
> Test the open and close functionality using a location. ... ok
> testRead (file_io.fvde_file_io.FVDEFileWithPathSpecCredentialsTest)
> Test the read functionality. ... ok
> testSeek (file_io.fvde_file_io.FVDEFileWithPathSpecCredentialsTest)
> Test the seek functionality. ... ok
> testOpenClosePathSpec (file_io.gzip_file_io.GzipFileTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.gzip_file_io.GzipFileTest)
> Test the read functionality. ... ok
> testReadCorrupt (file_io.gzip_file_io.GzipFileTest)
> Tests reading a file that is corrupt. ... ok
> testReadMultipleMembers (file_io.gzip_file_io.GzipFileTest)
> Tests reading a file that contains multiple gzip members. ... ok
> testSeek (file_io.gzip_file_io.GzipFileTest)
> Test the seek functionality. ... ok
> testOpenCloseIdentifier (file_io.hfs_file_io.HFSFileTest)
> Test the open and close functionality using an identifier. ... ok
> testOpenCloseLocation (file_io.hfs_file_io.HFSFileTest)
> Test the open and close functionality using a location. ... ok
> testRead (file_io.hfs_file_io.HFSFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.hfs_file_io.HFSFileTest)
> Test the seek functionality. ... ok
> testOpenCloseInode (file_io.luksde_file_io.LUKSDEFileWithKeyChainTest)
> Test the open and close functionality using an inode. ... ok
> testOpenCloseLocation (file_io.luksde_file_io.LUKSDEFileWithKeyChainTest)
> Test the open and close functionality using a location. ... ok
> testRead (file_io.luksde_file_io.LUKSDEFileWithKeyChainTest)
> Test the read functionality. ... ok
> testSeek (file_io.luksde_file_io.LUKSDEFileWithKeyChainTest)
> Test the seek functionality. ... ok
> testOpenCloseInode 
> (file_io.luksde_file_io.LUKSDEFileWithPathSpecCredentialsTest)
> Test the open and close functionality using an inode. ... ok
> testOpenCloseLocation 
> (file_io.luksde_file_io.LUKSDEFileWithPathSpecCredentialsTest)
> Test the open and close functionality using a location. ... ok
> testRead (file_io.luksde_file_io.LUKSDEFileWithPathSpecCredentialsTest)
> Test the read functionality. ... ok
> testSeek (file_io.luksde_file_io.LUKSDEFileWithPathSpecCredentialsTest)
> Test the seek functionality. ... ok
> testOpenClose (file_io.lvm_file_io.LVMFileTest)
> Test the open and close functionality. ... ok
> testRead (file_io.lvm_file_io.LVMFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.lvm_file_io.LVMFileTest)
> Test the seek functionality. ... ok
> testOpenCloseInode (file_io.lvm_file_io.LVMImageFileTest)
> Test the open and close functionality using an inode. ... ok
> testOpenCloseLocation (file_io.lvm_file_io.LVMImageFileTest)
> Test the open and close functionality using a location. ... ok
> testRead (file_io.lvm_file_io.LVMImageFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.lvm_file_io.LVMImageFileTest)
> Test the seek functionality. ... ok
> testOpenCloseLocation (file_io.ntfs_file_io.NTFSFileTest)
> Test the open and close functionality using a location. ... ok
> testOpenCloseMFTEntry (file_io.ntfs_file_io.NTFSFileTest)
> Test the open and close functionality using a MFT entry. ... ok
> testRead (file_io.ntfs_file_io.NTFSFileTest)
> Test the read functionality. ... ok
> testReadADS (file_io.ntfs_file_io.NTFSFileTest)
> Test the read functionality on an alternate data stream (ADS). ... ok
> testSeek (file_io.ntfs_file_io.NTFSFileTest)
> Test the seek functionality. ... ok
> testGetOffset (file_io.os_file_io.OSFileTest)
> Test the get offset functionality. ... ok
> testGetSize (file_io.os_file_io.OSFileTest)
> Test the get size functionality. ... ok
> testOpenClosePathSpec (file_io.os_file_io.OSFileTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.os_file_io.OSFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.os_file_io.OSFileTest)
> Test the seek functionality. ... ok
> testOpenCloseInode (file_io.qcow_file_io.QCOWFileTest)
> Test the open and close functionality using an inode. ... ok
> testOpenCloseLocation (file_io.qcow_file_io.QCOWFileTest)
> Test the open and close functionality using a location. ... ok
> testRead (file_io.qcow_file_io.QCOWFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.qcow_file_io.QCOWFileTest)
> Test the seek functionality. ... ok
> testOpenCloseInode (file_io.raw_file_io.RawFileTest)
> Test the open and close functionality using an inode. ... ok
> testOpenCloseLocation (file_io.raw_file_io.RawFileTest)
> Test the open and close functionality using a location. ... ok
> testRead (file_io.raw_file_io.RawFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.raw_file_io.RawFileTest)
> Test the seek functionality. ... ok
> testOpenCloseInode (file_io.raw_file_io.SplitRawFileTest)
> Test the open and close functionality using an inode. ... ok
> testOpenCloseLocation (file_io.raw_file_io.SplitRawFileTest)
> Test the open and close functionality using a location. ... ok
> testRead (file_io.raw_file_io.SplitRawFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.raw_file_io.SplitRawFileTest)
> Test the seek functionality. ... ok
> testOpenClosePathSpec 
> (file_io.sqlite_blob_file_io.SQLiteBlobFileWithConditionTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.sqlite_blob_file_io.SQLiteBlobFileWithConditionTest)
> Test the read functionality. ... ok
> testSeek (file_io.sqlite_blob_file_io.SQLiteBlobFileWithConditionTest)
> Test the seek functionality. ... ok
> testOpenClosePathSpec 
> (file_io.sqlite_blob_file_io.SQLiteBlobFileWithIndexTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.sqlite_blob_file_io.SQLiteBlobFileWithIndexTest)
> Test the read functionality. ... ok
> testSeek (file_io.sqlite_blob_file_io.SQLiteBlobFileWithIndexTest)
> Test the seek functionality. ... ok
> testOpenClosePathSpec (file_io.tar_file_io.TARFileTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.tar_file_io.TARFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.tar_file_io.TARFileTest)
> Test the seek functionality. ... ok
> testOpenCloseInode (file_io.tsk_file_io.TSKFileTestExt2)
> Test the open and close functionality using an inode. ... ok
> testOpenCloseLocation (file_io.tsk_file_io.TSKFileTestExt2)
> Test the open and close functionality using a location. ... ok
> testRead (file_io.tsk_file_io.TSKFileTestExt2)
> Test the read functionality. ... ok
> testSeek (file_io.tsk_file_io.TSKFileTestExt2)
> Test the seek functionality. ... ok
> testOpenCloseLocation (file_io.tsk_file_io.TSKFileTestNTFS)
> Test the open and close functionality using a location. ... ok
> testOpenCloseMFTEntry (file_io.tsk_file_io.TSKFileTestNTFS)
> Test the open and close functionality using a MFT entry. ... ok
> testRead (file_io.tsk_file_io.TSKFileTestNTFS)
> Test the read functionality. ... ok
> testReadADS (file_io.tsk_file_io.TSKFileTestNTFS)
> Test the read functionality on an alternate data stream (ADS). ... ok
> testSeek (file_io.tsk_file_io.TSKFileTestNTFS)
> Test the seek functionality. ... ok
> testOpenClose (file_io.tsk_partition_file_io.TSKPartitionFileTest)
> Test the open and close functionality. ... ok
> testRead (file_io.tsk_partition_file_io.TSKPartitionFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.tsk_partition_file_io.TSKPartitionFileTest)
> Test the seek functionality. ... ok
> testOpenCloseInode (file_io.vhdi_file_io.Version1DifferentialVHDIFileTest)
> Test the open and close functionality using an inode. ... ok
> testOpenCloseLocation (file_io.vhdi_file_io.Version1DifferentialVHDIFileTest)
> Test the open and close functionality using a location. ... ok
> testRead (file_io.vhdi_file_io.Version1DifferentialVHDIFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.vhdi_file_io.Version1DifferentialVHDIFileTest)
> Test the seek functionality. ... ok
> testOpenCloseInode (file_io.vhdi_file_io.Version1DynamicVHDIFileTest)
> Test the open and close functionality using an inode. ... ok
> testOpenCloseLocation (file_io.vhdi_file_io.Version1DynamicVHDIFileTest)
> Test the open and close functionality using a location. ... ok
> testRead (file_io.vhdi_file_io.Version1DynamicVHDIFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.vhdi_file_io.Version1DynamicVHDIFileTest)
> Test the seek functionality. ... ok
> testOpenCloseInode (file_io.vhdi_file_io.Version2VHDIFileTest)
> Test the open and close functionality using an inode. ... ok
> testOpenCloseLocation (file_io.vhdi_file_io.Version2VHDIFileTest)
> Test the open and close functionality using a location. ... ok
> testRead (file_io.vhdi_file_io.Version2VHDIFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.vhdi_file_io.Version2VHDIFileTest)
> Test the seek functionality. ... ok
> testOpenCloseLocation 
> (file_io.vhdi_file_io.WindowsVersion1DifferentialVHDIFileTestFAT)
> Test the open and close functionality using a location. ... ok
> testOpenCloseMFTEntry 
> (file_io.vhdi_file_io.WindowsVersion1DifferentialVHDIFileTestFAT)
> Test the open and close functionality using a MFT entry. ... ok
> testRead (file_io.vhdi_file_io.WindowsVersion1DifferentialVHDIFileTestFAT)
> Test the read functionality. ... ok
> testSeek (file_io.vhdi_file_io.WindowsVersion1DifferentialVHDIFileTestFAT)
> Test the seek functionality. ... ok
> testOpenCloseLocation 
> (file_io.vhdi_file_io.WindowsVersion1DifferentialVHDIFileTestNTFS)
> Test the open and close functionality using a location. ... ok
> testOpenCloseMFTEntry 
> (file_io.vhdi_file_io.WindowsVersion1DifferentialVHDIFileTestNTFS)
> Test the open and close functionality using a MFT entry. ... ok
> testRead (file_io.vhdi_file_io.WindowsVersion1DifferentialVHDIFileTestNTFS)
> Test the read functionality. ... ok
> testSeek (file_io.vhdi_file_io.WindowsVersion1DifferentialVHDIFileTestNTFS)
> Test the seek functionality. ... ok
> testOpenCloseLocation 
> (file_io.vhdi_file_io.WindowsVersion1DynamicVHDIFileTest)
> Test the open and close functionality using a location. ... ok
> testOpenCloseMFTEntry 
> (file_io.vhdi_file_io.WindowsVersion1DynamicVHDIFileTest)
> Test the open and close functionality using a MFT entry. ... ok
> testRead (file_io.vhdi_file_io.WindowsVersion1DynamicVHDIFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.vhdi_file_io.WindowsVersion1DynamicVHDIFileTest)
> Test the seek functionality. ... ok
> testOpenCloseLocation (file_io.vhdi_file_io.WindowsVersion1FixedVHDIFileTest)
> Test the open and close functionality using a location. ... ok
> testOpenCloseMFTEntry (file_io.vhdi_file_io.WindowsVersion1FixedVHDIFileTest)
> Test the open and close functionality using a MFT entry. ... ok
> testRead (file_io.vhdi_file_io.WindowsVersion1FixedVHDIFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.vhdi_file_io.WindowsVersion1FixedVHDIFileTest)
> Test the seek functionality. ... ok
> testOpenCloseLocation 
> (file_io.vhdi_file_io.WindowsVersion2DifferentialVHDIFileTestFAT)
> Test the open and close functionality using a location. ... ok
> testOpenCloseMFTEntry 
> (file_io.vhdi_file_io.WindowsVersion2DifferentialVHDIFileTestFAT)
> Test the open and close functionality using a MFT entry. ... ok
> testRead (file_io.vhdi_file_io.WindowsVersion2DifferentialVHDIFileTestFAT)
> Test the read functionality. ... ok
> testSeek (file_io.vhdi_file_io.WindowsVersion2DifferentialVHDIFileTestFAT)
> Test the seek functionality. ... ok
> testOpenCloseLocation 
> (file_io.vhdi_file_io.WindowsVersion2DifferentialVHDIFileTestNTFS)
> Test the open and close functionality using a location. ... ok
> testOpenCloseMFTEntry 
> (file_io.vhdi_file_io.WindowsVersion2DifferentialVHDIFileTestNTFS)
> Test the open and close functionality using a MFT entry. ... ok
> testRead (file_io.vhdi_file_io.WindowsVersion2DifferentialVHDIFileTestNTFS)
> Test the read functionality. ... ok
> testSeek (file_io.vhdi_file_io.WindowsVersion2DifferentialVHDIFileTestNTFS)
> Test the seek functionality. ... ok
> testOpenCloseLocation 
> (file_io.vhdi_file_io.WindowsVersion2DynamicVHDIFileTest)
> Test the open and close functionality using a location. ... ok
> testOpenCloseMFTEntry 
> (file_io.vhdi_file_io.WindowsVersion2DynamicVHDIFileTest)
> Test the open and close functionality using a MFT entry. ... ok
> testRead (file_io.vhdi_file_io.WindowsVersion2DynamicVHDIFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.vhdi_file_io.WindowsVersion2DynamicVHDIFileTest)
> Test the seek functionality. ... ok
> testOpenCloseLocation (file_io.vhdi_file_io.WindowsVersion2FixedVHDIFileTest)
> Test the open and close functionality using a location. ... ok
> testOpenCloseMFTEntry (file_io.vhdi_file_io.WindowsVersion2FixedVHDIFileTest)
> Test the open and close functionality using a MFT entry. ... ok
> testRead (file_io.vhdi_file_io.WindowsVersion2FixedVHDIFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.vhdi_file_io.WindowsVersion2FixedVHDIFileTest)
> Test the seek functionality. ... ok
> testOpenCloseInode (file_io.vmdk_file_io.VMDKFileTest)
> Test the open and close functionality using an inode. ... ok
> testOpenCloseLocation (file_io.vmdk_file_io.VMDKFileTest)
> Test the open and close functionality using a location. ... ok
> testRead (file_io.vmdk_file_io.VMDKFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.vmdk_file_io.VMDKFileTest)
> Test the seek functionality. ... ok
> testOpenClose (file_io.vshadow_file_io.VShadowFileTest)
> Test the open and close functionality. ... ok
> testRead (file_io.vshadow_file_io.VShadowFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.vshadow_file_io.VShadowFileTest)
> Test the seek functionality. ... ok
> testOpenCloseIdentifier (file_io.xfs_file_io.XFSFileTest)
> Test the open and close functionality using an inode. ... ok
> testOpenCloseLocation (file_io.xfs_file_io.XFSFileTest)
> Test the open and close functionality using a location. ... ok
> testRead (file_io.xfs_file_io.XFSFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.xfs_file_io.XFSFileTest)
> Test the seek functionality. ... ok
> testOpenClosePathSpec (file_io.zip_file_io.ZipFileTest)
> Test the open and close functionality using a path specification. ... ok
> testRead (file_io.zip_file_io.ZipFileTest)
> Test the read functionality. ... ok
> testSeek (file_io.zip_file_io.ZipFileTest)
> Test the seek functionality. ... ok
> testInitialize (helpers.command_line.CLIInputReaderTest)
> Tests the __init__ function. ... ok
> testInitialize (helpers.command_line.CLIOutputWriter)
> Tests the __init__ function. ... ok
> testEncodeString (helpers.command_line.CLIVolumeScannerMediatorTest)
> Tests the _EncodeString function. ... ERROR:root:Unable to properly write 
> output due to encoding error. Switching to error tolerant encoding which can 
> result in non Basic Latin (C0) characters being replaced with "?" or "\ufffd".
> ok
> testFormatHumanReadableSize 
> (helpers.command_line.CLIVolumeScannerMediatorTest)
> Tests the _FormatHumanReadableSize function. ... ok
> testGetAPFSVolumeIdentifiers 
> (helpers.command_line.CLIVolumeScannerMediatorTest)
> Tests the GetAPFSVolumeIdentifiers function. ... ok
> testGetLVMVolumeIdentifiers 
> (helpers.command_line.CLIVolumeScannerMediatorTest)
> Tests the GetLVMVolumeIdentifiers function. ... ok
> testGetPartitionIdentifiers 
> (helpers.command_line.CLIVolumeScannerMediatorTest)
> Tests the GetPartitionIdentifiers function. ... ok
> testGetVSSStoreIdentifiers (helpers.command_line.CLIVolumeScannerMediatorTest)
> Tests the GetVSSStoreIdentifiers function. ... ok
> testParseVolumeIdentifiersString 
> (helpers.command_line.CLIVolumeScannerMediatorTest)
> Tests the _ParseVolumeIdentifiersString function. ... ok
> testPrintAPFSVolumeIdentifiersOverview 
> (helpers.command_line.CLIVolumeScannerMediatorTest)
> Tests the _PrintAPFSVolumeIdentifiersOverview function. ... ok
> testPrintLVMVolumeIdentifiersOverview 
> (helpers.command_line.CLIVolumeScannerMediatorTest)
> Tests the _PrintLVMVolumeIdentifiersOverview function. ... ok
> testPrintTSKPartitionIdentifiersOverview 
> (helpers.command_line.CLIVolumeScannerMediatorTest)
> Tests the _PrintTSKPartitionIdentifiersOverview function. ... ok
> testPrintVSSStoreIdentifiersOverview 
> (helpers.command_line.CLIVolumeScannerMediatorTest)
> Tests the _PrintVSSStoreIdentifiersOverview function. ... ok
> testReadAscii (helpers.command_line.FileObjectInputReaderTest)
> Tests the Read function with ASCII encoding. ... ERROR:root:Unable to 
> properly read input due to encoding error. Switching to error tolerant 
> encoding which can result in non Basic Latin (C0) characters to be replaced 
> with "?" or "\ufffd".
> ok
> testReadUtf8 (helpers.command_line.FileObjectInputReaderTest)
> Tests the Read function with UTF-8 encoding. ... ERROR:root:Unable to 
> properly read input due to encoding error. Switching to error tolerant 
> encoding which can result in non Basic Latin (C0) characters to be replaced 
> with "?" or "\ufffd".
> ok
> testWriteAscii (helpers.command_line.FileObjectOutputWriterTest)
> Tests the Write function with ASCII encoding. ... ERROR:root:Unable to 
> properly write output due to encoding error. Switching to error tolerant 
> encoding which can result in non Basic Latin (C0) characters to be replaced 
> with "?" or "\ufffd".
> ok
> testWriteUtf8 (helpers.command_line.FileObjectOutputWriterTest)
> Tests the Write function with UTF-8 encoding. ... ok
> testInitialize (helpers.command_line.StdinInputReaderTest)
> Tests the __init__ function. ... ok
> testWriteAscii (helpers.command_line.StdoutOutputWriterTest)
> Tests the Write function with ASCII encoding. ... ok
> testGetItems (helpers.data_slice.TextFileTest)
> Test the __getitem__ function. ... ok
> testLen (helpers.data_slice.TextFileTest)
> Test the __len__ function. ... ok
> testAddDirectory (helpers.fake_file_system_builder.FakeFileSystemBuilderTest)
> Tests the AddDirectory function. ... ok
> testAddFile (helpers.fake_file_system_builder.FakeFileSystemBuilderTest)
> Tests the AddFile function. ... ok
> testAddFileReadData 
> (helpers.fake_file_system_builder.FakeFileSystemBuilderTest)
> Tests the AddFileReadData function. ... ok
> testAddSymbolicLink 
> (helpers.fake_file_system_builder.FakeFileSystemBuilderTest)
> Tests the AddSymbolicLink function. ... ok
> testFind (helpers.file_system_searcher.FileSystemSearcherTest)
> Test the Find function. ... ok
> testAtLastLocationSegment (helpers.file_system_searcher.FindSpecTest)
> Test the AtLastLocationSegment function. ... ok
> testAtMaximumDepth (helpers.file_system_searcher.FindSpecTest)
> Test the AtMaximumDepth function. ... 
> /<<PKGBUILDDIR>>/tests/helpers/file_system_searcher.py:310: 
> DeprecationWarning: Call to deprecated function: AtMaximumDepth.
>   result = find_spec.AtMaximumDepth(6)
> /<<PKGBUILDDIR>>/tests/helpers/file_system_searcher.py:317: 
> DeprecationWarning: Call to deprecated function: AtMaximumDepth.
>   result = find_spec.AtMaximumDepth(0)
> /<<PKGBUILDDIR>>/tests/helpers/file_system_searcher.py:320: 
> DeprecationWarning: Call to deprecated function: AtMaximumDepth.
>   result = find_spec.AtMaximumDepth(6)
> /<<PKGBUILDDIR>>/tests/helpers/file_system_searcher.py:323: 
> DeprecationWarning: Call to deprecated function: AtMaximumDepth.
>   result = find_spec.AtMaximumDepth(9)
> ok
> testCheckFileEntryType (helpers.file_system_searcher.FindSpecTest)
> Test the _CheckFileEntryType function. ... ok
> testCheckIsAllocated (helpers.file_system_searcher.FindSpecTest)
> Test the _CheckIsAllocated function. ... ok
> testCheckIsDevice (helpers.file_system_searcher.FindSpecTest)
> Test the _CheckIsDevice function. ... ok
> testCheckIsDirectory (helpers.file_system_searcher.FindSpecTest)
> Test the _CheckIsDirectory function. ... ok
> testCheckIsFile (helpers.file_system_searcher.FindSpecTest)
> Test the _CheckIsFile function. ... ok
> testCheckIsLink (helpers.file_system_searcher.FindSpecTest)
> Test the _CheckIsLink function. ... ok
> testCheckIsPipe (helpers.file_system_searcher.FindSpecTest)
> Test the _CheckIsPipe function. ... ok
> testCheckIsSocket (helpers.file_system_searcher.FindSpecTest)
> Test the _CheckIsSocket function. ... ok
> testCompareLocation (helpers.file_system_searcher.FindSpecTest)
> Test the CompareLocation function. ... ok
> testCompareNameWithLocationSegment (helpers.file_system_searcher.FindSpecTest)
> Test the CompareNameWithLocationSegment function. ... ok
> testCompareTraits (helpers.file_system_searcher.FindSpecTest)
> Test the CompareTraits function. ... ok
> testCompareWithLocationSegment (helpers.file_system_searcher.FindSpecTest)
> Test the _CompareWithLocationSegment function. ... ok
> testConvertLocationGlob2Regex (helpers.file_system_searcher.FindSpecTest)
> Test the _ConvertLocationGlob2Regex function. ... ok
> testHasLocation (helpers.file_system_searcher.FindSpecTest)
> Test the HasLocation function. ... ok
> testInitialize (helpers.file_system_searcher.FindSpecTest)
> Test the __init__ function. ... ok
> testIsLastLocationSegment (helpers.file_system_searcher.FindSpecTest)
> Test the IsLastLocationSegment function. ... ok
> testMatches (helpers.file_system_searcher.FindSpecTest)
> Test the Matches function. ... 
> /<<PKGBUILDDIR>>/tests/helpers/file_system_searcher.py:434: 
> DeprecationWarning: Call to deprecated function: Matches.
>   result = find_spec.Matches(file_entry)
> /<<PKGBUILDDIR>>/tests/helpers/file_system_searcher.py:437: 
> DeprecationWarning: Call to deprecated function: Matches.
>   result = find_spec.Matches(file_entry, search_depth=6)
> /<<PKGBUILDDIR>>/tests/helpers/file_system_searcher.py:440: 
> DeprecationWarning: Call to deprecated function: Matches.
>   result = find_spec.Matches(file_entry, search_depth=0)
> /<<PKGBUILDDIR>>/tests/helpers/file_system_searcher.py:447: 
> DeprecationWarning: Call to deprecated function: Matches.
>   result = find_spec.Matches(file_entry, search_depth=6)
> ok
> testSplitPath (helpers.file_system_searcher.FindSpecTest)
> Test the _SplitPath function. ... ok
> testGetSubNodeByLocation (helpers.source_scanner.SourceScanNodeTest)
> Test the GetSubNodeByLocation function. ... ok
> testGetUnscannedSubNode (helpers.source_scanner.SourceScanNodeTest)
> Test the GetUnscannedSubNode function. ... ok
> testIsSystemLevel (helpers.source_scanner.SourceScanNodeTest)
> Test the IsSystemLevel function. ... ok
> testSupportsEncryption (helpers.source_scanner.SourceScanNodeTest)
> Test the SupportsEncryption function. ... ok
> testTypeIndicator (helpers.source_scanner.SourceScanNodeTest)
> Test the type_indicator property. ... ok
> testAddScanNode (helpers.source_scanner.SourceScannerContextTest)
> Test the AddScanNode function. ... ok
> testGetRootScanNode (helpers.source_scanner.SourceScannerContextTest)
> Test the GetRootScanNode function. ... ok
> testGetScanNode (helpers.source_scanner.SourceScannerContextTest)
> Test the GetScanNode function. ... ok
> testGetUnscannedScanNode (helpers.source_scanner.SourceScannerContextTest)
> Test the GetUnscannedScanNode function. ... ok
> testHasFileSystemScanNodes (helpers.source_scanner.SourceScannerContextTest)
> Test the HasFileSystemScanNodes function. ... ok
> testHasLockedScanNodes (helpers.source_scanner.SourceScannerContextTest)
> Test the HasLockedScanNodes function. ... ok
> testHasScanNode (helpers.source_scanner.SourceScannerContextTest)
> Test the HasScanNode function. ... ok
> testIsLockedScanNode (helpers.source_scanner.SourceScannerContextTest)
> Test the IsLockedScanNode function. ... ok
> testIsSourceTypeDirectory (helpers.source_scanner.SourceScannerContextTest)
> Test the IsSourceTypeDirectory function. ... ok
> testIsSourceTypeFile (helpers.source_scanner.SourceScannerContextTest)
> Test the IsSourceTypeFile function. ... ok
> testLockScanNode (helpers.source_scanner.SourceScannerContextTest)
> Test the LockScanNode function. ... ok
> testLockedScanNodes (helpers.source_scanner.SourceScannerContextTest)
> Test the locked_scan_nodes property. ... ok
> testOpenSourcePath (helpers.source_scanner.SourceScannerContextTest)
> Test the OpenSourcePath function. ... ok
> testRemoveScanNode (helpers.source_scanner.SourceScannerContextTest)
> Test the RemoveScanNode function. ... ok
> testSetSourceType (helpers.source_scanner.SourceScannerContextTest)
> Test the SetSourceType function. ... ok
> testUnlockScanNode (helpers.source_scanner.SourceScannerContextTest)
> Test the UnlockScanNode function. ... ok
> testGetVolumeIdentifiers (helpers.source_scanner.SourceScannerTest)
> Test the GetVolumeIdentifiers function. ... ok
> testScanForFileSystemOnBodyFile (helpers.source_scanner.SourceScannerTest)
> Test the ScanForFileSystem function on a body file. ... ok
> testScanForFileSystemOnVSS (helpers.source_scanner.SourceScannerTest)
> Test the ScanForFileSystem function on VSS. ... ok
> testScanForStorageMediaImageOnBodyFile 
> (helpers.source_scanner.SourceScannerTest)
> Test the ScanForStorageMediaImage function on a body file. ... ok
> testScanForStorageMediaImageOnEWF (helpers.source_scanner.SourceScannerTest)
> Test the ScanForStorageMediaImage function on an EWF image. ... ok
> testScanForStorageMediaImageOnQCOW (helpers.source_scanner.SourceScannerTest)
> Test the ScanForStorageMediaImage function on a QCOW image. ... ok
> testScanForStorageMediaImageOnRAW (helpers.source_scanner.SourceScannerTest)
> Test the ScanForStorageMediaImage function on a RAW image. ... ok
> testScanForStorageMediaImageOnSplitRAW 
> (helpers.source_scanner.SourceScannerTest)
> Test the ScanForStorageMediaImage function on a split RAW image. ... ok
> testScanForStorageMediaImageOnVHDI (helpers.source_scanner.SourceScannerTest)
> Test the ScanForStorageMediaImage function on a VHD image. ... ok
> testScanForStorageMediaImageOnVMDK (helpers.source_scanner.SourceScannerTest)
> Test the ScanForStorageMediaImage function on a VMDK image. ... ok
> testScanForVolumeSystemOnBDE (helpers.source_scanner.SourceScannerTest)
> Test the ScanForVolumeSystem function on BDE. ... ok
> testScanForVolumeSystemOnBodyFile (helpers.source_scanner.SourceScannerTest)
> Test the ScanForVolumeSystem function on a body file. ... ok
> testScanForVolumeSystemOnPartitionedImage 
> (helpers.source_scanner.SourceScannerTest)
> Test the ScanForVolumeSystem function on a partitioned image. ... ok
> testScanForVolumeSystemOnVSS (helpers.source_scanner.SourceScannerTest)
> Test the ScanForVolumeSystem function on VSS. ... ok
> testScanOnAPFS (helpers.source_scanner.SourceScannerTest)
> Test the Scan function on an APFS image. ... ok
> testScanOnBDE (helpers.source_scanner.SourceScannerTest)
> Test the Scan function on BDE. ... ok
> testScanOnDirectory (helpers.source_scanner.SourceScannerTest)
> Test the Scan function on a directory. ... ok
> testScanOnEncryptedAPFS (helpers.source_scanner.SourceScannerTest)
> Test the Scan function on an encrypted APFS image. ... ok
> testScanOnFVDE (helpers.source_scanner.SourceScannerTest)
> Test the Scan function on FVDE. ... ok
> testScanOnFile (helpers.source_scanner.SourceScannerTest)
> Test the Scan function on a file. ... ok
> testScanOnLVM (helpers.source_scanner.SourceScannerTest)
> Test the Scan function on LVM. ... ok
> testScanOnMBRPartitionedImage (helpers.source_scanner.SourceScannerTest)
> Test the Scan function on a MBR partitioned image. ... ok
> testScanOnNonExisting (helpers.source_scanner.SourceScannerTest)
> Test the Scan function on non-existing image file. ... ok
> testScanOnRAW (helpers.source_scanner.SourceScannerTest)
> Test the Scan function on a RAW image. ... ok
> testScanOnVSS (helpers.source_scanner.SourceScannerTest)
> Test the Scan function on VSS. ... ok
> testIterator (helpers.text_file.TextFileTest)
> Test the iterator functionality. ... ok
> testReadline (helpers.text_file.TextFileTest)
> Test the readline() function. ... ok
> testReadlineMultipleLines (helpers.text_file.TextFileTest)
> Test the readline() function on multiple lines. ... ok
> testReadlineUTF16 (helpers.text_file.TextFileTest)
> Test the readline() function on UTF-16 encoded text. ... ok
> testReadlineWithEndOfFileTruncation (helpers.text_file.TextFileTest)
> Test the readline() function with specified size at end of file. ... ok
> testReadlineWithError (helpers.text_file.TextFileTest)
> Test the readline() function with an encoding error. ... ok
> testReadlines (helpers.text_file.TextFileTest)
> Test the readlines() function. ... ok
> testReadlinesWithFileWithoutNewLineAtEnd (helpers.text_file.TextFileTest)
> Test reading lines from a file without a new line char at the end. ... ok
> testReadlinesWithSizeHint (helpers.text_file.TextFileTest)
> Test the readlines() function. ... ok
> testInitialize (helpers.volume_scanner.VolumeScannerOptionsTest)
> Tests the __init__ function. ... ok
> testGetBasePathSpecsOnDirectory (helpers.volume_scanner.VolumeScannerTest)
> Tests the GetBasePathSpecs function on a directory. ... ok
> testGetBasePathSpecsOnPartitionedImage 
> (helpers.volume_scanner.VolumeScannerTest)
> Tests the GetBasePathSpecs function on a partitioned image. ... ok
> testGetBasePathSpecsOnRAW (helpers.volume_scanner.VolumeScannerTest)
> Tests the GetBasePathSpecs function on a RAW image. ... ok
> testGetPartitionIdentifiers (helpers.volume_scanner.VolumeScannerTest)
> Tests the _GetPartitionIdentifiers function. ... ok
> testGetTSKPartitionIdentifiersOnAPFS 
> (helpers.volume_scanner.VolumeScannerTest)
> Tests the _GetTSKPartitionIdentifiers function on an APFS image. ... ok
> testGetTSKPartitionIdentifiersOnPartitionedImage 
> (helpers.volume_scanner.VolumeScannerTest)
> Tests the _GetTSKPartitionIdentifiers function on a partitioned image. ... ok
> testGetVSSStoreIdentifiers (helpers.volume_scanner.VolumeScannerTest)
> Tests the _GetVSSStoreIdentifiers function. ... ok
> testNormalizedVolumeIdentifiersPartitionedImage 
> (helpers.volume_scanner.VolumeScannerTest)
> Tests the _NormalizedVolumeIdentifiers function. ... ok
> testNormalizedVolumeIdentifiersVSS (helpers.volume_scanner.VolumeScannerTest)
> Tests the _NormalizedVolumeIdentifiers function on a VSS. ... ok
> testScanEncryptedVolume (helpers.volume_scanner.VolumeScannerTest)
> Tests the _ScanEncryptedVolume function. ... ok
> testScanEncryptedVolumeOnBDE (helpers.volume_scanner.VolumeScannerTest)
> Tests the _ScanEncryptedVolume function on a BDE image. ... ok
> testScanEncryptedVolumeOnEncryptedAPFS 
> (helpers.volume_scanner.VolumeScannerTest)
> Tests the _ScanEncryptedVolume function on an encrypted APFS image. ... ok
> testScanVolume (helpers.volume_scanner.VolumeScannerTest)
> Tests the _ScanVolume function. ... ok
> testScanVolumeOnAPFS (helpers.volume_scanner.VolumeScannerTest)
> Tests the _ScanVolume function on an APFS image. ... ok
> testScanVolumeOnBDE (helpers.volume_scanner.VolumeScannerTest)
> Tests the _ScanVolume function on a BDE image. ... ok
> testScanVolumeOnEncryptedAPFS (helpers.volume_scanner.VolumeScannerTest)
> Tests the _ScanVolume function on an encrypted APFS image. ... ok
> testScanVolumeOnRAW (helpers.volume_scanner.VolumeScannerTest)
> Tests the _ScanVolume function on a RAW image. ... ok
> testScanVolumeOnVSS (helpers.volume_scanner.VolumeScannerTest)
> Tests the _ScanVolume function on VSS. ... ok
> testScanVolumeSystemRoot (helpers.volume_scanner.VolumeScannerTest)
> Tests the _ScanVolumeSystemRoot function. ... ok
> testScanVolumeSystemRootOnAPFS (helpers.volume_scanner.VolumeScannerTest)
> Tests the _ScanVolumeSystemRoot function on an APFS image. ... ok
> testScanVolumeSystemRootOnPartitionedImage 
> (helpers.volume_scanner.VolumeScannerTest)
> Tests the _ScanVolumeSystemRoot function on a partitioned image. ... ok
> testScanVolumeSystemRootOnVSS (helpers.volume_scanner.VolumeScannerTest)
> Tests the _ScanVolumeSystemRoot function on VSS. ... ok
> testOpenFile (helpers.volume_scanner.WindowsVolumeScannerTest)
> Tests the OpenFile function. ... ok
> testScanFileSystem (helpers.volume_scanner.WindowsVolumeScannerTest)
> Tests the _ScanFileSystem function. ... ok
> testScanForWindowsVolume (helpers.volume_scanner.WindowsVolumeScannerTest)
> Tests the ScanForWindowsVolume function. ... ok
> testResolvePathDirectory 
> (helpers.windows_path_resolver.WindowsPathResolverTest)
> Test the resolve path function on a mount point directory. ... ok
> testResolvePathImage (helpers.windows_path_resolver.WindowsPathResolverTest)
> Test the resolve path function on a storage media image. ... ok
> testResolvePathWithEnvironmentVariable 
> (helpers.windows_path_resolver.WindowsPathResolverTest)
> Test the resolve path function with environment variable expansion. ... ok
> testAPFSContainerPathSpecGetVolumeIndex 
> (lib.apfs_helper.APFSContainerHelperTest)
> Tests the APFSContainerPathSpecGetVolumeIndex function. ... ok
> testAPFSUnlockVolumeOnAPFS (lib.apfs_helper.APFSContainerHelperTest)
> Tests the APFSUnlockVolume function on an APFS image. ... ok
> testAPFSUnlockVolumeOnEncryptedAPFS (lib.apfs_helper.APFSContainerHelperTest)
> Tests the APFSUnlockVolume function on an encrypted APFS image. ... ok
> testInitialize (lib.cpio.CPIOArchiveFileEntryTest)
> Tests the __init__ function. ... ok
> testFileEntryExistsByPathOnBinary (lib.cpio.CPIOArchiveFileTest)
> Tests the FileEntryExistsByPath function on binary format. ... ok
> testGetFileEntriesOnBinary (lib.cpio.CPIOArchiveFileTest)
> Tests the GetFileEntries function on binary format. ... ok
> testGetFileEntryByPathOnBinary (lib.cpio.CPIOArchiveFileTest)
> Tests the GetFileEntryByPath function on binary format. ... ok
> testOpenAndCloseOnBinary (lib.cpio.CPIOArchiveFileTest)
> Tests the Open and Close functions on binary format. ... ok
> testOpenAndCloseOnNewASCII (lib.cpio.CPIOArchiveFileTest)
> Tests the Open and Close functions on new ASCII format. ... ok
> testOpenAndCloseOnNewASCIIWithCRC (lib.cpio.CPIOArchiveFileTest)
> Tests the Open and Close functions on new ASCII with CRC format. ... ok
> testOpenAndCloseOnPortableASCII (lib.cpio.CPIOArchiveFileTest)
> Tests the Open and Close functions on portable ASCII format. ... ok
> testReadFileEntriesOnBinary (lib.cpio.CPIOArchiveFileTest)
> Tests the _ReadFileEntries function on binary format. ... ok
> testReadFileEntryOnBinary (lib.cpio.CPIOArchiveFileTest)
> Tests the _ReadFileEntry function on binary format. ... ok
> testReadFileEntryOnNewASCII (lib.cpio.CPIOArchiveFileTest)
> Tests the _ReadFileEntry function on new ASCII format. ... ok
> testReadFileEntryOnNewASCIIWithCRC (lib.cpio.CPIOArchiveFileTest)
> Tests the _ReadFileEntry function on new ASCII with CRC format. ... ok
> testReadFileEntryOnPortableASCII (lib.cpio.CPIOArchiveFileTest)
> Tests the _ReadFileEntry function on portable ASCII format. ... ok
> testGlobE01 (lib.ewf.GlobEWFFileTest)
> Test the glob function. ... ok
> testGlobEx01 (lib.ewf.GlobEWFFileTest)
> Test the glob function. ... ok
> testGlobs01 (lib.ewf.GlobEWFFileTest)
> Test the glob function. ... ok
> testGlob2Regex (lib.glob2regex.Glob2RegexTest)
> Tests the Glob2Regex function. ... ok
> testGlobRawAlphabeticalExtension (lib.raw.GlobRawFileTest)
> Test the glob function for a RAW alphabetical extension scheme. ... ok
> testGlobRawAlphabeticalSuffix (lib.raw.GlobRawFileTest)
> Test the glob function for a RAW alphabetical suffix scheme. ... ok
> testGlobRawAsbExtension (lib.raw.GlobRawFileTest)
> Test the glob function for a RAW ASB extension scheme. ... ok
> testGlobRawNumericExtension (lib.raw.GlobRawFileTest)
> Test the glob function for a RAW numeric extension scheme. ... ok
> testGlobRawNumericSuffix (lib.raw.GlobRawFileTest)
> Test the glob function for a RAW numeric suffix scheme. ... ok
> testGlobRawSinglecExtension (lib.raw.GlobRawFileTest)
> Test the glob function for a RAW single extension scheme. ... ok
> testGlobRawVMDKExtension (lib.raw.GlobRawFileTest)
> Test the glob function for a RAW VMDK extension scheme. ... ok
> testGetMountPoint (mount.manager.MountPointManagerTest)
> Function to test the get mount point function. ... ok
> testOpenFileObject (mount.manager.MountPointManagerTest)
> Function to test mount point resolving. ... ok
> testComparable (path.apfs_container_path_spec.APFSContainerPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.apfs_container_path_spec.APFSContainerPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.apfs_path_spec.APFSPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.apfs_path_spec.APFSPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.bde_path_spec.BDEPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.bde_path_spec.BDEPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.compressed_stream_path_spec.CompressedStreamPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.compressed_stream_path_spec.CompressedStreamPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.cpio_path_spec.CPIOPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.cpio_path_spec.CPIOPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.data_range_path_spec.DataRangePathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.data_range_path_spec.DataRangePathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.encoded_stream_path_spec.EncodedStreamPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.encoded_stream_path_spec.EncodedStreamPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.encryption_stream_path_spec.EncryptedStreamPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.encryption_stream_path_spec.EncryptedStreamPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.ewf_path_spec.EWFPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.ewf_path_spec.EWFPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.ext_path_spec.EXTPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.ext_path_spec.EXTPathSpecTest)
> Tests the path specification initialization. ... ok
> testIsSystemLevelTypeIndicator (path.factory.FactoryTest)
> Tests the IsSystemLevelTypeIndicator function. ... ok
> testNewPathSpec (path.factory.FactoryTest)
> Tests the NewPathSpec function. ... ok
> testPathSpecRegistration (path.factory.FactoryTest)
> Tests the RegisterPathSpec and DeregisterPathSpec functions. ... ok
> testComparable (path.fake_path_spec.FakePathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.fake_path_spec.FakePathSpecTest)
> Tests the path specification initialization. ... ok
> testIsSystemLevel (path.fake_path_spec.FakePathSpecTest)
> Tests the IsSystemLevel function. ... ok
> testComparable (path.fvde_path_spec.FVDEPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.fvde_path_spec.FVDEPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.gzip_path_spec.GzipPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.gzip_path_spec.GzipPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.hfs_path_spec.HFSPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.hfs_path_spec.HFSPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.luksde_path_spec.LUKSDEPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.luksde_path_spec.LUKSDEPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.lvm_path_spec.LVMPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.lvm_path_spec.LVMPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.ntfs_path_spec.NTFSPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.ntfs_path_spec.NTFSPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.os_path_spec.OSPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.os_path_spec.OSPathSpecTest)
> Tests the path specification initialization. ... ok
> testIsSystemLevel (path.os_path_spec.OSPathSpecTest)
> Tests the IsSystemLevel function. ... ok
> testComparable (path.path_spec.PathSpecTest)
> Tests the comparable property. ... ok
> testCopyToDict (path.path_spec.PathSpecTest)
> Tests the CopyToDict function. ... ok
> testGetComparable (path.path_spec.PathSpecTest)
> Tests the _GetComparable function. ... ok
> testHasParent (path.path_spec.PathSpecTest)
> Tests the HasParent function. ... ok
> testInitialize (path.path_spec.PathSpecTest)
> Tests the __init__ function. ... ok
> testIsFileSystem (path.path_spec.PathSpecTest)
> Tests the IsFileSystem function. ... ok
> testIsSystemLevel (path.path_spec.PathSpecTest)
> Tests the IsSystemLevel function. ... ok
> testIsVolumeSystem (path.path_spec.PathSpecTest)
> Tests the IsVolumeSystem function. ... ok
> testIsVolumeSystemRoot (path.path_spec.PathSpecTest)
> Tests the IsVolumeSystemRoot function. ... ok
> testTypeIndicator (path.path_spec.PathSpecTest)
> Tests the type_indicator property. ... ok
> testComparable (path.qcow_path_spec.QCOWPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.qcow_path_spec.QCOWPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.raw_path_spec.RawPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.raw_path_spec.RawPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.sqlite_blob_path_spec.SQLiteBlobPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.sqlite_blob_path_spec.SQLiteBlobPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.tar_path_spec.TARPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.tar_path_spec.TARPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.tsk_partition_path_spec.TSKPartitionPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.tsk_partition_path_spec.TSKPartitionPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.tsk_path_spec.TSKPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.tsk_path_spec.TSKPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.vhdi_path_spec.VHDIPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.vhdi_path_spec.VHDIPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.vmdk_path_spec.VMDKPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.vmdk_path_spec.VMDKPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.vshadow_path_spec.VShadowPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.vshadow_path_spec.VShadowPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.xfs_path_spec.XFSPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.xfs_path_spec.XFSPathSpecTest)
> Tests the path specification initialization. ... ok
> testComparable (path.zip_path_spec.ZipPathSpecTest)
> Tests the path specification comparable property. ... ok
> testInitialize (path.zip_path_spec.ZipPathSpecTest)
> Tests the path specification initialization. ... ok
> testNewFileObject 
> (resolver_helpers.apfs_resolver_helper.APFSResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem 
> (resolver_helpers.apfs_resolver_helper.APFSResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject (resolver_helpers.bde_resolver_helper.BDEResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem (resolver_helpers.bde_resolver_helper.BDEResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject 
> (resolver_helpers.compressed_stream_resolver_helper.CompressedStreamResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem 
> (resolver_helpers.compressed_stream_resolver_helper.CompressedStreamResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject 
> (resolver_helpers.cpio_resolver_helper.CPIOResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem 
> (resolver_helpers.cpio_resolver_helper.CPIOResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject 
> (resolver_helpers.encoded_stream_resolver_helper.EncodedStreamResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem 
> (resolver_helpers.encoded_stream_resolver_helper.EncodedStreamResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject 
> (resolver_helpers.encrypted_stream_resolver_helper.EncryptedStreamResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem 
> (resolver_helpers.encrypted_stream_resolver_helper.EncryptedStreamResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject (resolver_helpers.ewf_resolver_helper.EWFResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem (resolver_helpers.ewf_resolver_helper.EWFResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject (resolver_helpers.ext_resolver_helper.EXTResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem (resolver_helpers.ext_resolver_helper.EXTResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject 
> (resolver_helpers.fvde_resolver_helper.FVDEResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem 
> (resolver_helpers.fvde_resolver_helper.FVDEResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject 
> (resolver_helpers.gzip_resolver_helper.GzipResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem 
> (resolver_helpers.gzip_resolver_helper.GzipResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject (resolver_helpers.hfs_resolver_helper.HFSResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem (resolver_helpers.hfs_resolver_helper.HFSResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject 
> (resolver_helpers.luksde_resolver_helper.LUKSDEResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem 
> (resolver_helpers.luksde_resolver_helper.LUKSDEResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject (resolver_helpers.lvm_resolver_helper.LVMResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem (resolver_helpers.lvm_resolver_helper.LVMResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testHelperRegistration (resolver_helpers.manager.ResolverHelperManagerTest)
> Tests the DeregisterHelper and DeregisterHelper functions. ... ok
> testNewFileObject 
> (resolver_helpers.ntfs_resolver_helper.NTFSResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem 
> (resolver_helpers.ntfs_resolver_helper.NTFSResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject (resolver_helpers.os_resolver_helper.OSResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem (resolver_helpers.os_resolver_helper.OSResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject 
> (resolver_helpers.qcow_resolver_helper.QCOWResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem 
> (resolver_helpers.qcow_resolver_helper.QCOWResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject (resolver_helpers.raw_resolver_helper.RawResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem (resolver_helpers.raw_resolver_helper.RawResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject 
> (resolver_helpers.sqlite_blob_resolver_helper.SQLiteBlobResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem 
> (resolver_helpers.sqlite_blob_resolver_helper.SQLiteBlobResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject (resolver_helpers.tar_resolver_helper.TARResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem (resolver_helpers.tar_resolver_helper.TARResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject 
> (resolver_helpers.tsk_partition_resolver_helper.TSKPartitionResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem 
> (resolver_helpers.tsk_partition_resolver_helper.TSKPartitionResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject (resolver_helpers.tsk_resolver_helper.TSKResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem (resolver_helpers.tsk_resolver_helper.TSKResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject 
> (resolver_helpers.vhdi_resolver_helper.VHDIResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem 
> (resolver_helpers.vhdi_resolver_helper.VHDIResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject 
> (resolver_helpers.vmdk_resolver_helper.VMDKResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem 
> (resolver_helpers.vmdk_resolver_helper.VMDKResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject 
> (resolver_helpers.vshadow_resolver_helper.VShadowResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem 
> (resolver_helpers.vshadow_resolver_helper.VShadowResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject (resolver_helpers.xfs_resolver_helper.XFSResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem (resolver_helpers.xfs_resolver_helper.XFSResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testNewFileObject (resolver_helpers.zip_resolver_helper.ZipResolverHelperTest)
> Tests the NewFileObject function. ... ok
> testNewFileSystem (resolver_helpers.zip_resolver_helper.ZipResolverHelperTest)
> Tests the NewFileSystem function. ... ok
> testReadAndWriteSerialized 
> (serializer.json_serializer.JsonPathSpecSerializerTest)
> Test the ReadSerialized and WriteSerialized function. ... ok
> testEntriesGenerator 
> (vfs.apfs_container_file_entry.APFSContainerDirectoryTest)
> Tests the _EntriesGenerator function. ... ok
> testInitialize (vfs.apfs_container_file_entry.APFSContainerDirectoryTest)
> Tests the __init__ function. ... ok
> testDataStreams (vfs.apfs_container_file_entry.APFSContainerFileEntryTest)
> Test the data streams functionality. ... ok
> testGetAPFSVolume (vfs.apfs_container_file_entry.APFSContainerFileEntryTest)
> Test the GetAPFSVolume function. ... ok
> testGetDataStream (vfs.apfs_container_file_entry.APFSContainerFileEntryTest)
> Tests the GetDataStream function. ... ok
> testGetParentFileEntry 
> (vfs.apfs_container_file_entry.APFSContainerFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.apfs_container_file_entry.APFSContainerFileEntryTest)
> Tests the GetStat function. ... ok
> testInitialize (vfs.apfs_container_file_entry.APFSContainerFileEntryTest)
> Test the __init__ function. ... ok
> testIsFunctions (vfs.apfs_container_file_entry.APFSContainerFileEntryTest)
> Test the Is? functions. ... ok
> testName (vfs.apfs_container_file_entry.APFSContainerFileEntryTest)
> Test the name property. ... ok
> testSize (vfs.apfs_container_file_entry.APFSContainerFileEntryTest)
> Test the size property. ... ok
> testSubFileEntries (vfs.apfs_container_file_entry.APFSContainerFileEntryTest)
> Test the sub file entries iteration functionality. ... ok
> testFileEntryExistsByPathSpec 
> (vfs.apfs_container_file_system.APFSContainerFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec 
> (vfs.apfs_container_file_system.APFSContainerFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry 
> (vfs.apfs_container_file_system.APFSContainerFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose (vfs.apfs_container_file_system.APFSContainerFileSystemTest)
> Test the open and close functionality. ... ok
> testEntriesGenerator (vfs.apfs_file_entry.APFSDirectoryTest)
> Tests the _EntriesGenerator function. ... ok
> testInitialize (vfs.apfs_file_entry.APFSDirectoryTest)
> Tests the __init__ function. ... ok
> testAccessTime (vfs.apfs_file_entry.APFSFileEntryTest)
> Test the access_time property. ... ok
> testAddedTime (vfs.apfs_file_entry.APFSFileEntryTest)
> Test the added_time property. ... ok
> testChangeTime (vfs.apfs_file_entry.APFSFileEntryTest)
> Test the change_time property. ... ok
> testCreationTime (vfs.apfs_file_entry.APFSFileEntryTest)
> Test the creation_time property. ... ok
> testDataStreams (vfs.apfs_file_entry.APFSFileEntryTest)
> Tests the data streams functionality. ... ok
> testGetAPFSFileEntry (vfs.apfs_file_entry.APFSFileEntryTest)
> Tests the GetAPFSFileEntry function. ... ok
> testGetDataStream (vfs.apfs_file_entry.APFSFileEntryTest)
> Tests the GetDataStream function. ... ok
> testGetFileEntryByPathSpec (vfs.apfs_file_entry.APFSFileEntryTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetLinkedFileEntry (vfs.apfs_file_entry.APFSFileEntryTest)
> Tests the GetLinkedFileEntry function. ... ok
> testGetParentFileEntry (vfs.apfs_file_entry.APFSFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.apfs_file_entry.APFSFileEntryTest)
> Tests the GetStat function. ... ok
> testInitialize (vfs.apfs_file_entry.APFSFileEntryTest)
> Tests the __init__ function. ... ok
> testIsFunctions (vfs.apfs_file_entry.APFSFileEntryTest)
> Tests the Is? functions. ... ok
> testModificationTime (vfs.apfs_file_entry.APFSFileEntryTest)
> Test the modification_time property. ... ok
> testName (vfs.apfs_file_entry.APFSFileEntryTest)
> Test the name property. ... ok
> testSize (vfs.apfs_file_entry.APFSFileEntryTest)
> Test the size property. ... ok
> testSubFileEntries (vfs.apfs_file_entry.APFSFileEntryTest)
> Tests the number_of_sub_file_entries and sub_file_entries properties. ... ok
> testAccessTime (vfs.apfs_file_entry.APFSFileEntryTestEncrypted)
> Test the access_time property. ... ok
> testChangeTime (vfs.apfs_file_entry.APFSFileEntryTestEncrypted)
> Test the change_time property. ... ok
> testCreationTime (vfs.apfs_file_entry.APFSFileEntryTestEncrypted)
> Test the creation_time property. ... ok
> testDataStreams (vfs.apfs_file_entry.APFSFileEntryTestEncrypted)
> Tests the data streams functionality. ... ok
> testGetAPFSFileEntry (vfs.apfs_file_entry.APFSFileEntryTestEncrypted)
> Tests the GetAPFSFileEntry function. ... ok
> testGetDataStream (vfs.apfs_file_entry.APFSFileEntryTestEncrypted)
> Tests the GetDataStream function. ... ok
> testGetFileEntryByPathSpec (vfs.apfs_file_entry.APFSFileEntryTestEncrypted)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetLinkedFileEntry (vfs.apfs_file_entry.APFSFileEntryTestEncrypted)
> Tests the GetLinkedFileEntry function. ... ok
> testGetParentFileEntry (vfs.apfs_file_entry.APFSFileEntryTestEncrypted)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.apfs_file_entry.APFSFileEntryTestEncrypted)
> Tests the GetStat function. ... ok
> testInitialize (vfs.apfs_file_entry.APFSFileEntryTestEncrypted)
> Tests the __init__ function. ... ok
> testIsFunctions (vfs.apfs_file_entry.APFSFileEntryTestEncrypted)
> Tests the Is? functions. ... ok
> testModificationTime (vfs.apfs_file_entry.APFSFileEntryTestEncrypted)
> Test the modification_time property. ... ok
> testName (vfs.apfs_file_entry.APFSFileEntryTestEncrypted)
> Test the name property. ... ok
> testSize (vfs.apfs_file_entry.APFSFileEntryTestEncrypted)
> Test the size property. ... ok
> testSubFileEntries (vfs.apfs_file_entry.APFSFileEntryTestEncrypted)
> Tests the number_of_sub_file_entries and sub_file_entries properties. ... ok
> testFileEntryExistsByPathSpec (vfs.apfs_file_system.APFSFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec (vfs.apfs_file_system.APFSFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry (vfs.apfs_file_system.APFSFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose (vfs.apfs_file_system.APFSFileSystemTest)
> Test the open and close functionality. ... ok
> testCreationTime (vfs.bde_file_entry.BDEFileEntryTest)
> Test the creation_time property. ... ok
> testDataStreams (vfs.bde_file_entry.BDEFileEntryTest)
> Test the data streams functionality. ... ok
> testGetDataStream (vfs.bde_file_entry.BDEFileEntryTest)
> Tests the GetDataStream function. ... ok
> testGetFileEntryByPathSpec (vfs.bde_file_entry.BDEFileEntryTest)
> Test the get a file entry by path specification functionality. ... ok
> testGetParentFileEntry (vfs.bde_file_entry.BDEFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.bde_file_entry.BDEFileEntryTest)
> Tests the GetStat function. ... ok
> testIntialize (vfs.bde_file_entry.BDEFileEntryTest)
> Test the __init__ function. ... ok
> testIsAllocated (vfs.bde_file_entry.BDEFileEntryTest)
> Test the IsAllocated function. ... ok
> testIsDevice (vfs.bde_file_entry.BDEFileEntryTest)
> Test the IsDevice functions. ... ok
> testIsDirectory (vfs.bde_file_entry.BDEFileEntryTest)
> Test the IsDirectory functions. ... ok
> testIsFile (vfs.bde_file_entry.BDEFileEntryTest)
> Test the IsFile functions. ... ok
> testIsLink (vfs.bde_file_entry.BDEFileEntryTest)
> Test the IsLink functions. ... ok
> testIsPipe (vfs.bde_file_entry.BDEFileEntryTest)
> Test the IsPipe functions. ... ok
> testIsRoot (vfs.bde_file_entry.BDEFileEntryTest)
> Test the IsRoot functions. ... ok
> testIsSocket (vfs.bde_file_entry.BDEFileEntryTest)
> Test the IsSocket functions. ... ok
> testIsVirtual (vfs.bde_file_entry.BDEFileEntryTest)
> Test the IsVirtual functions. ... ok
> testSize (vfs.bde_file_entry.BDEFileEntryTest)
> Test the size property. ... ok
> testSubFileEntries (vfs.bde_file_entry.BDEFileEntryTest)
> Test the sub file entries iteration functionality. ... ok
> testFileEntryExistsByPathSpec (vfs.bde_file_system.BDEFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec (vfs.bde_file_system.BDEFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry (vfs.bde_file_system.BDEFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose (vfs.bde_file_system.BDEFileSystemTest)
> Test the open and close functionality. ... ok
> testDataStreams 
> (vfs.compressed_stream_file_entry.CompressedStreamFileEntryTest)
> Test the data streams functionality. ... ok
> testGetDataStream 
> (vfs.compressed_stream_file_entry.CompressedStreamFileEntryTest)
> Tests the GetDataStream function. ... ok
> testGetFileEntryByPathSpec 
> (vfs.compressed_stream_file_entry.CompressedStreamFileEntryTest)
> Test the get a file entry by path specification functionality. ... ok
> testGetParentFileEntry 
> (vfs.compressed_stream_file_entry.CompressedStreamFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.compressed_stream_file_entry.CompressedStreamFileEntryTest)
> Tests the GetStat function. ... ok
> testInitialize 
> (vfs.compressed_stream_file_entry.CompressedStreamFileEntryTest)
> Test the __init__ function. ... ok
> testIsFunctions 
> (vfs.compressed_stream_file_entry.CompressedStreamFileEntryTest)
> Test the Is? functions. ... ok
> testSize (vfs.compressed_stream_file_entry.CompressedStreamFileEntryTest)
> Test the size property. ... ok
> testSubFileEntries 
> (vfs.compressed_stream_file_entry.CompressedStreamFileEntryTest)
> Test the sub file entries iteration functionality. ... ok
> testFileEntryExistsByPathSpec 
> (vfs.compressed_stream_file_system.CompressedStreamFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec 
> (vfs.compressed_stream_file_system.CompressedStreamFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry 
> (vfs.compressed_stream_file_system.CompressedStreamFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose 
> (vfs.compressed_stream_file_system.CompressedStreamFileSystemTest)
> Test the open and close functionality. ... ok
> testEntriesGenerator (vfs.cpio_file_entry.CPIODirectoryTest)
> Tests the _EntriesGenerator function. ... ok
> testInitialize (vfs.cpio_file_entry.CPIODirectoryTest)
> Tests the __init__ function. ... ok
> testDataStreams (vfs.cpio_file_entry.CPIOFileEntryTest)
> Test the data streams functionality. ... ok
> testGetCPIOArchiveFileEntry (vfs.cpio_file_entry.CPIOFileEntryTest)
> Tests the GetCPIOArchiveFileEntry function. ... ok
> testGetDataStream (vfs.cpio_file_entry.CPIOFileEntryTest)
> Tests the GetDataStream function. ... ok
> testGetParentFileEntry (vfs.cpio_file_entry.CPIOFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.cpio_file_entry.CPIOFileEntryTest)
> Tests the GetStat function. ... ok
> testIntialize (vfs.cpio_file_entry.CPIOFileEntryTest)
> Test the __init__ function. ... ok
> testIsFunctions (vfs.cpio_file_entry.CPIOFileEntryTest)
> Test the Is? functions. ... ok
> testModificationTime (vfs.cpio_file_entry.CPIOFileEntryTest)
> Test the modification_time property. ... ok
> testName (vfs.cpio_file_entry.CPIOFileEntryTest)
> Test the name property. ... ok
> testSize (vfs.cpio_file_entry.CPIOFileEntryTest)
> Test the size property. ... ok
> testSubFileEntries (vfs.cpio_file_entry.CPIOFileEntryTest)
> Test the sub file entries iteration functionality. ... ok
> testFileEntryExistsByPathSpec (vfs.cpio_file_system.CPIOFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec (vfs.cpio_file_system.CPIOFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry (vfs.cpio_file_system.CPIOFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose (vfs.cpio_file_system.CPIOFileSystemTest)
> Test the open and close functionality. ... ok
> testDataStreams (vfs.data_range_file_entry.DataRangeFileEntryTest)
> Test the data streams functionality. ... ok
> testGetDataStream (vfs.data_range_file_entry.DataRangeFileEntryTest)
> Tests the GetDataStream function. ... ok
> testGetFileEntryByPathSpec (vfs.data_range_file_entry.DataRangeFileEntryTest)
> Test the get a file entry by path specification functionality. ... ok
> testGetParentFileEntry (vfs.data_range_file_entry.DataRangeFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.data_range_file_entry.DataRangeFileEntryTest)
> Tests the GetStat function. ... ok
> testInitialize (vfs.data_range_file_entry.DataRangeFileEntryTest)
> Test the __init__ function. ... ok
> testIsFunctions (vfs.data_range_file_entry.DataRangeFileEntryTest)
> Test the Is? functions. ... ok
> testSize (vfs.data_range_file_entry.DataRangeFileEntryTest)
> Test the size property. ... ok
> testSubFileEntries (vfs.data_range_file_entry.DataRangeFileEntryTest)
> Test the sub file entries iteration functionality. ... ok
> testFileEntryExistsByPathSpec 
> (vfs.data_range_file_system.DataRangeFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec 
> (vfs.data_range_file_system.DataRangeFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry (vfs.data_range_file_system.DataRangeFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose (vfs.data_range_file_system.DataRangeFileSystemTest)
> Test the open and close functionality. ... ok
> testGetFileEntryByPathSpec 
> (vfs.encoded_stream_file_entry.EncodedStreamFileEntryTest)
> Test the get a file entry by path specification functionality. ... ok
> testGetParentFileEntry 
> (vfs.encoded_stream_file_entry.EncodedStreamFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.encoded_stream_file_entry.EncodedStreamFileEntryTest)
> Tests the GetStat function. ... ok
> testInitialize (vfs.encoded_stream_file_entry.EncodedStreamFileEntryTest)
> Test the __init__ function. ... ok
> testIsFunctions (vfs.encoded_stream_file_entry.EncodedStreamFileEntryTest)
> Test the Is? functions. ... ok
> testSize (vfs.encoded_stream_file_entry.EncodedStreamFileEntryTest)
> Test the size property. ... ok
> testSubFileEntries (vfs.encoded_stream_file_entry.EncodedStreamFileEntryTest)
> Test the sub file entries iteration functionality. ... ok
> testFileEntryExistsByPathSpec 
> (vfs.encoded_stream_file_system.EncodedStreamFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec 
> (vfs.encoded_stream_file_system.EncodedStreamFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry 
> (vfs.encoded_stream_file_system.EncodedStreamFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose (vfs.encoded_stream_file_system.EncodedStreamFileSystemTest)
> Test the open and close functionality. ... ok
> testGetFileEntryByPathSpec 
> (vfs.encrypted_stream_file_entry.EncryptedStreamFileEntryTest)
> Test the get a file entry by path specification functionality. ... ok
> testGetParentFileEntry 
> (vfs.encrypted_stream_file_entry.EncryptedStreamFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.encrypted_stream_file_entry.EncryptedStreamFileEntryTest)
> Tests the GetStat function. ... ok
> testInitialize (vfs.encrypted_stream_file_entry.EncryptedStreamFileEntryTest)
> Test the __init__ function. ... ok
> testIsFunctions (vfs.encrypted_stream_file_entry.EncryptedStreamFileEntryTest)
> Test the Is? functions. ... ok
> testSize (vfs.encrypted_stream_file_entry.EncryptedStreamFileEntryTest)
> Test the size property. ... ok
> testSubFileEntries 
> (vfs.encrypted_stream_file_entry.EncryptedStreamFileEntryTest)
> Test the sub file entries iteration functionality. ... ok
> testFileEntryExistsByPathSpec 
> (vfs.encrypted_stream_file_system.EncryptedStreamFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec 
> (vfs.encrypted_stream_file_system.EncryptedStreamFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry 
> (vfs.encrypted_stream_file_system.EncryptedStreamFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose 
> (vfs.encrypted_stream_file_system.EncryptedStreamFileSystemTest)
> Test the open and close functionality. ... ok
> testAccessTime (vfs.ext_file_entry.EXTFileEntryTest)
> Test the access_time property. ... ok
> testChangeTime (vfs.ext_file_entry.EXTFileEntryTest)
> Test the change_time property. ... ok
> testCreationTime (vfs.ext_file_entry.EXTFileEntryTest)
> Test the creation_time property. ... ok
> testDataStreams (vfs.ext_file_entry.EXTFileEntryTest)
> Tests the data streams functionality. ... ok
> testGetDataStream (vfs.ext_file_entry.EXTFileEntryTest)
> Tests the GetDataStream function. ... ok
> testGetFileEntryByPathSpec (vfs.ext_file_entry.EXTFileEntryTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetLinkedFileEntry (vfs.ext_file_entry.EXTFileEntryTest)
> Tests the GetLinkedFileEntry function. ... ok
> testGetParentFileEntry (vfs.ext_file_entry.EXTFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.ext_file_entry.EXTFileEntryTest)
> Tests the GetStat function. ... ok
> testInitialize (vfs.ext_file_entry.EXTFileEntryTest)
> Tests the __init__ function. ... ok
> testIsFunctions (vfs.ext_file_entry.EXTFileEntryTest)
> Tests the Is? functions. ... ok
> testModificationTime (vfs.ext_file_entry.EXTFileEntryTest)
> Test the modification_time property. ... ok
> testSubFileEntries (vfs.ext_file_entry.EXTFileEntryTest)
> Tests the number_of_sub_file_entries and sub_file_entries properties. ... ok
> testFileEntryExistsByPathSpec (vfs.ext_file_system.EXTFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec (vfs.ext_file_system.EXTFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry (vfs.ext_file_system.EXTFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose (vfs.ext_file_system.EXTFileSystemTest)
> Test the open and close functionality. ... ok
> testEntriesGenerator (vfs.fake_file_entry.FakeDirectoryTest)
> Tests the _EntriesGenerator function. ... ok
> testInitialize (vfs.fake_file_entry.FakeDirectoryTest)
> Tests the __init__ function. ... ok
> testAccessTime (vfs.fake_file_entry.FakeFileEntryTest)
> Test the access_time property. ... ok
> testChangeTime (vfs.fake_file_entry.FakeFileEntryTest)
> Test the change_time property. ... ok
> testCreationTime (vfs.fake_file_entry.FakeFileEntryTest)
> Test the creation_time property. ... ok
> testDataStreams (vfs.fake_file_entry.FakeFileEntryTest)
> Test the data streams functionality. ... ok
> testGetDataStream (vfs.fake_file_entry.FakeFileEntryTest)
> Tests the GetDataStream function. ... ok
> testGetFileEntryByPathSpec (vfs.fake_file_entry.FakeFileEntryTest)
> Test the get a file entry by path specification functionality. ... ok
> testGetFileObject (vfs.fake_file_entry.FakeFileEntryTest)
> Test the get file object functionality. ... ok
> testGetParentFileEntry (vfs.fake_file_entry.FakeFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.fake_file_entry.FakeFileEntryTest)
> Tests the GetStat function. ... ok
> testIntialize (vfs.fake_file_entry.FakeFileEntryTest)
> Test the __init__ function. ... ok
> testIsFunctions (vfs.fake_file_entry.FakeFileEntryTest)
> Test the Is? functions. ... ok
> testLink (vfs.fake_file_entry.FakeFileEntryTest)
> Test the link property functionality. ... ok
> testModificationTime (vfs.fake_file_entry.FakeFileEntryTest)
> Test the modification_time property. ... ok
> testName (vfs.fake_file_entry.FakeFileEntryTest)
> Test the name property. ... ok
> testSize (vfs.fake_file_entry.FakeFileEntryTest)
> Test the size property. ... ok
> testSubFileEntries (vfs.fake_file_entry.FakeFileEntryTest)
> Test the sub file entries iteration functionality. ... ok
> testFileEntryExistsByPathSpec (vfs.fake_file_system.FakeFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec (vfs.fake_file_system.FakeFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry (vfs.fake_file_system.FakeFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose (vfs.fake_file_system.FakeFileSystemTest)
> Test the open and close functionality. ... ok
> testTypeIndicator (vfs.file_entry.AttributeTest)
> Tests the type_indicator property. ... ok
> testIsDefault (vfs.file_entry.DataStreamTest)
> Test the IsDefault function. ... ok
> testName (vfs.file_entry.DataStreamTest)
> Test the name property. ... ok
> testEntries (vfs.file_entry.DirectoryTest)
> Tests the entries property. ... ok
> testEntriesGenerator (vfs.file_entry.DirectoryTest)
> Tests the _EntriesGenerator function. ... ok
> testAccessTime (vfs.file_entry.FileEntryTest)
> Tests the access_time property. ... ok
> testAddedTime (vfs.file_entry.FileEntryTest)
> Tests the added_time property. ... ok
> testAttributes (vfs.file_entry.FileEntryTest)
> Tests the attributes property. ... ok
> testBackupTime (vfs.file_entry.FileEntryTest)
> Tests the backup_time property. ... ok
> testChangeTime (vfs.file_entry.FileEntryTest)
> Tests the change_time property. ... ok
> testCreationTime (vfs.file_entry.FileEntryTest)
> Tests the creation_time property. ... ok
> testDataStreams (vfs.file_entry.FileEntryTest)
> Tests the data_streams property. ... ok
> testDeletionTime (vfs.file_entry.FileEntryTest)
> Tests the deletion_time property. ... ok
> testGetAttributes (vfs.file_entry.FileEntryTest)
> Tests the _GetAttributes function. ... ok
> testGetDataStream (vfs.file_entry.FileEntryTest)
> Tests the GetDataStream function. ... ok
> testGetDataStreams (vfs.file_entry.FileEntryTest)
> Tests the _GetDataStreams function. ... ok
> testGetFileObject (vfs.file_entry.FileEntryTest)
> Tests the GetFileObject function. ... ok
> testGetFileSystem (vfs.file_entry.FileEntryTest)
> Tests the GetFileSystem function. ... ok
> testGetLink (vfs.file_entry.FileEntryTest)
> Tests the _GetLink function. ... ok
> testGetLinkedFileEntry (vfs.file_entry.FileEntryTest)
> Tests the GetLinkedFileEntry function. ... ok
> testGetParentFileEntry (vfs.file_entry.FileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.file_entry.FileEntryTest)
> Tests the GetStat function. ... ok
> testGetStatProtected (vfs.file_entry.FileEntryTest)
> Tests the _GetStat function. ... ok
> testGetSubFileEntryByName (vfs.file_entry.FileEntryTest)
> Tests the GetSubFileEntryByName function. ... ok
> testHasDataStream (vfs.file_entry.FileEntryTest)
> Tests the HasDataStream function. ... ok
> testHasExternalData (vfs.file_entry.FileEntryTest)
> Tests the HasExternalData function. ... ok
> testIntialize (vfs.file_entry.FileEntryTest)
> Tests the __init__ function. ... ok
> testIsAllocated (vfs.file_entry.FileEntryTest)
> Tests the IsAllocated function. ... ok
> testIsDevice (vfs.file_entry.FileEntryTest)
> Tests the IsDevice function. ... ok
> testIsDirectory (vfs.file_entry.FileEntryTest)
> Tests the IsDirectory function. ... ok
> testIsFile (vfs.file_entry.FileEntryTest)
> Tests the IsFile function. ... ok
> testIsLink (vfs.file_entry.FileEntryTest)
> Tests the IsLink function. ... ok
> testIsPipe (vfs.file_entry.FileEntryTest)
> Tests the IsPipe function. ... ok
> testIsRoot (vfs.file_entry.FileEntryTest)
> Tests the IsRoot function. ... ok
> testIsSocket (vfs.file_entry.FileEntryTest)
> Tests the IsSocket function. ... ok
> testIsVirtual (vfs.file_entry.FileEntryTest)
> Tests the IsVirtual function. ... ok
> testLink (vfs.file_entry.FileEntryTest)
> Tests the link property. ... ok
> testModificationTime (vfs.file_entry.FileEntryTest)
> Tests the modification_time property. ... ok
> testName (vfs.file_entry.FileEntryTest)
> Tests the name property. ... ok
> testNumberOfAttributes (vfs.file_entry.FileEntryTest)
> Tests the number_of_attributes property. ... ok
> testNumberOfDataStreams (vfs.file_entry.FileEntryTest)
> Tests the number_of_data_streams property. ... ok
> testNumberOfSubFileEntries (vfs.file_entry.FileEntryTest)
> Tests the number_of_sub_file_entries property. ... ok
> testSubFileEntries (vfs.file_entry.FileEntryTest)
> Tests the sub_file_entries property. ... ok
> testTypeIndicator (vfs.file_entry.FileEntryTest)
> Tests the type_indicator property. ... ok
> testIntialize (vfs.file_system.FileSystemTest)
> Test the __init__ function. ... ok
> testJoinPath (vfs.file_system.FileSystemTest)
> Test the join path functionality. ... ok
> testSplitPath (vfs.file_system.FileSystemTest)
> Test the split path functionality. ... ok
> testDataStreams (vfs.fvde_file_entry.FVDEFileEntryTest)
> Test the data streams functionality. ... ok
> testGetDataStream (vfs.fvde_file_entry.FVDEFileEntryTest)
> Tests the GetDataStream function. ... ok
> testGetFileEntryByPathSpec (vfs.fvde_file_entry.FVDEFileEntryTest)
> Test the get a file entry by path specification functionality. ... ok
> testGetParentFileEntry (vfs.fvde_file_entry.FVDEFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.fvde_file_entry.FVDEFileEntryTest)
> Tests the GetStat function. ... ok
> testIntialize (vfs.fvde_file_entry.FVDEFileEntryTest)
> Test the __init__ function. ... ok
> testIsFunctions (vfs.fvde_file_entry.FVDEFileEntryTest)
> Test the Is? functions. ... ok
> testSize (vfs.fvde_file_entry.FVDEFileEntryTest)
> Test the size property. ... ok
> testSubFileEntries (vfs.fvde_file_entry.FVDEFileEntryTest)
> Test the sub file entries iteration functionality. ... ok
> testFileEntryExistsByPathSpec (vfs.fvde_file_system.FVDEFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec (vfs.fvde_file_system.FVDEFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry (vfs.fvde_file_system.FVDEFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose (vfs.fvde_file_system.FVDEFileSystemTest)
> Test the open and close functionality. ... ok
> testDataStreams (vfs.gzip_file_entry.GZIPFileEntryTest)
> Test the data streams functionality. ... ok
> testGetDataStream (vfs.gzip_file_entry.GZIPFileEntryTest)
> Tests the GetDataStream function. ... ok
> testGetFileEntryByPathSpec (vfs.gzip_file_entry.GZIPFileEntryTest)
> Test the get a file entry by path specification functionality. ... ok
> testGetParentFileEntry (vfs.gzip_file_entry.GZIPFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.gzip_file_entry.GZIPFileEntryTest)
> Tests the GetStat function. ... ok
> testIntialize (vfs.gzip_file_entry.GZIPFileEntryTest)
> Test the __init__ function. ... ok
> testIsFunctions (vfs.gzip_file_entry.GZIPFileEntryTest)
> Test the Is? functions. ... ok
> testModificationTime (vfs.gzip_file_entry.GZIPFileEntryTest)
> Test the modification_time property. ... ok
> testSize (vfs.gzip_file_entry.GZIPFileEntryTest)
> Test the size property. ... ok
> testSubFileEntries (vfs.gzip_file_entry.GZIPFileEntryTest)
> Test the sub file entries iteration functionality. ... ok
> testFileEntryExistsByPathSpec (vfs.gzip_file_system.GZIPFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec (vfs.gzip_file_system.GZIPFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry (vfs.gzip_file_system.GZIPFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose (vfs.gzip_file_system.GZIPFileSystemTest)
> Test the open and close functionality. ... ok
> testAccessTime (vfs.hfs_file_entry.HFSFileEntryTest)
> Test the access_time property. ... ok
> testAddedTime (vfs.hfs_file_entry.HFSFileEntryTest)
> Test the added_time property. ... ok
> testChangeTime (vfs.hfs_file_entry.HFSFileEntryTest)
> Test the change_time property. ... ok
> testCreationTime (vfs.hfs_file_entry.HFSFileEntryTest)
> Test the creation_time property. ... ok
> testDataStreams (vfs.hfs_file_entry.HFSFileEntryTest)
> Tests the data streams functionality. ... ok
> testGetDataStream (vfs.hfs_file_entry.HFSFileEntryTest)
> Tests the GetDataStream function. ... ok
> testGetFileEntryByPathSpec (vfs.hfs_file_entry.HFSFileEntryTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetLinkedFileEntry (vfs.hfs_file_entry.HFSFileEntryTest)
> Tests the GetLinkedFileEntry function. ... ok
> testGetParentFileEntry (vfs.hfs_file_entry.HFSFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.hfs_file_entry.HFSFileEntryTest)
> Tests the GetStat function. ... ok
> testInitialize (vfs.hfs_file_entry.HFSFileEntryTest)
> Tests the __init__ function. ... ok
> testIsFunctions (vfs.hfs_file_entry.HFSFileEntryTest)
> Tests the Is? functions. ... ok
> testModificationTime (vfs.hfs_file_entry.HFSFileEntryTest)
> Test the modification_time property. ... ok
> testSubFileEntries (vfs.hfs_file_entry.HFSFileEntryTest)
> Tests the number_of_sub_file_entries and sub_file_entries properties. ... ok
> testFileEntryExistsByPathSpec (vfs.hfs_file_system.HFSFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec (vfs.hfs_file_system.HFSFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry (vfs.hfs_file_system.HFSFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose (vfs.hfs_file_system.HFSFileSystemTest)
> Test the open and close functionality. ... ok
> testDataStreams (vfs.luksde_file_entry.LUKSDEFileEntryTest)
> Test the data streams functionality. ... ok
> testGetDataStream (vfs.luksde_file_entry.LUKSDEFileEntryTest)
> Tests the GetDataStream function. ... ok
> testGetFileEntryByPathSpec (vfs.luksde_file_entry.LUKSDEFileEntryTest)
> Test the get a file entry by path specification functionality. ... ok
> testGetParentFileEntry (vfs.luksde_file_entry.LUKSDEFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.luksde_file_entry.LUKSDEFileEntryTest)
> Tests the GetStat function. ... ok
> testIntialize (vfs.luksde_file_entry.LUKSDEFileEntryTest)
> Test the __init__ function. ... ok
> testIsAllocated (vfs.luksde_file_entry.LUKSDEFileEntryTest)
> Test the IsAllocated function. ... ok
> testIsDevice (vfs.luksde_file_entry.LUKSDEFileEntryTest)
> Test the IsDevice functions. ... ok
> testIsDirectory (vfs.luksde_file_entry.LUKSDEFileEntryTest)
> Test the IsDirectory functions. ... ok
> testIsFile (vfs.luksde_file_entry.LUKSDEFileEntryTest)
> Test the IsFile functions. ... ok
> testIsLink (vfs.luksde_file_entry.LUKSDEFileEntryTest)
> Test the IsLink functions. ... ok
> testIsPipe (vfs.luksde_file_entry.LUKSDEFileEntryTest)
> Test the IsPipe functions. ... ok
> testIsRoot (vfs.luksde_file_entry.LUKSDEFileEntryTest)
> Test the IsRoot functions. ... ok
> testIsSocket (vfs.luksde_file_entry.LUKSDEFileEntryTest)
> Test the IsSocket functions. ... ok
> testIsVirtual (vfs.luksde_file_entry.LUKSDEFileEntryTest)
> Test the IsVirtual functions. ... ok
> testSize (vfs.luksde_file_entry.LUKSDEFileEntryTest)
> Test the size property. ... ok
> testSubFileEntries (vfs.luksde_file_entry.LUKSDEFileEntryTest)
> Test the sub file entries iteration functionality. ... ok
> testFileEntryExistsByPathSpec (vfs.luksde_file_system.LUKSDEFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec (vfs.luksde_file_system.LUKSDEFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry (vfs.luksde_file_system.LUKSDEFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose (vfs.luksde_file_system.LUKSDEFileSystemTest)
> Test the open and close functionality. ... ok
> testEntriesGenerator (vfs.lvm_file_entry.LVMDirectoryTest)
> Tests the _EntriesGenerator function. ... ok
> testInitialize (vfs.lvm_file_entry.LVMDirectoryTest)
> Tests the __init__ function. ... ok
> testDataStreams (vfs.lvm_file_entry.LVMFileEntryTest)
> Test the data streams functionality. ... ok
> testGetDataStream (vfs.lvm_file_entry.LVMFileEntryTest)
> Tests the GetDataStream function. ... ok
> testGetParentFileEntry (vfs.lvm_file_entry.LVMFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.lvm_file_entry.LVMFileEntryTest)
> Tests the GetStat function. ... ok
> testIntialize (vfs.lvm_file_entry.LVMFileEntryTest)
> Test the __init__ function. ... ok
> testIsFunctions (vfs.lvm_file_entry.LVMFileEntryTest)
> Test the Is? functions. ... ok
> testName (vfs.lvm_file_entry.LVMFileEntryTest)
> Test the name property. ... ok
> testSize (vfs.lvm_file_entry.LVMFileEntryTest)
> Test the size property. ... ok
> testSubFileEntries (vfs.lvm_file_entry.LVMFileEntryTest)
> Test the sub file entries iteration functionality. ... ok
> testFileEntryExistsByPathSpec (vfs.lvm_file_system.LVMFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec (vfs.lvm_file_system.LVMFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry (vfs.lvm_file_system.LVMFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose (vfs.lvm_file_system.LVMFileSystemTest)
> Test the open and close functionality. ... ok
> testAttributeType (vfs.ntfs_file_entry.FileNameNTFSAttributeTest)
> Test the attribute_type property. ... ok
> testIntialize (vfs.ntfs_file_entry.FileNameNTFSAttributeTest)
> Tests the __init__ function. ... ok
> testAttributeType (vfs.ntfs_file_entry.NTFSAttributeTest)
> Test the attribute_type property. ... ok
> testIntialize (vfs.ntfs_file_entry.NTFSAttributeTest)
> Tests the __init__ function. ... ok
> testIsDefault (vfs.ntfs_file_entry.NTFSDataStream)
> Test the IsDefault function. ... ok
> testName (vfs.ntfs_file_entry.NTFSDataStream)
> Test the name property. ... ok
> testEntriesGenerator (vfs.ntfs_file_entry.NTFSDirectoryTest)
> Tests the _EntriesGenerator function. ... ok
> testInitialize (vfs.ntfs_file_entry.NTFSDirectoryTest)
> Tests the __init__ function. ... ok
> testAccessTime (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Test the access_time property. ... ok
> testAttributes (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Test the attributes properties. ... ok
> testChangeTime (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Test the change_time property. ... ok
> testCreationTime (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Test the creation_time property. ... ok
> testDataStream (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Tests the data streams properties. ... ok
> testGetDataStream (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Tests the GetDataStream function. ... ok
> testGetFileEntryByPathSpec (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetLinkedFileEntry (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Tests the GetLinkedFileEntry function. ... ok
> testGetParentFileEntry (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetSecurityDescriptor (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Tests the GetSecurityDescriptor function. ... ok
> testGetStat (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Tests the GetStat function. ... ok
> testIntialize (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Tests the __init__ function. ... ok
> testIsAllocated (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Test the IsAllocated function. ... ok
> testIsDevice (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Test the IsDevice function. ... ok
> testIsDirectory (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Test the IsDirectory function. ... ok
> testIsFile (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Test the IsFile function. ... ok
> testIsLink (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Test the IsLink function. ... ok
> testIsPipe (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Test the IsPipe function. ... ok
> testIsRoot (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Test the IsRoot function. ... ok
> testIsSocket (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Test the IsSocket functions. ... ok
> testIsVirtual (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Test the IsVirtual functions. ... ok
> testModificationTime (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Test the modification_time property. ... ok
> testName (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Test the name property. ... ok
> testSize (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Test the size property. ... ok
> testSubFileEntries (vfs.ntfs_file_entry.NTFSFileEntryTest)
> Test the sub file entries properties. ... ok
> testAttributeType (vfs.ntfs_file_entry.StandardInformationNTFSAttributeTest)
> Test the attribute_type property. ... ok
> testIntialize (vfs.ntfs_file_entry.StandardInformationNTFSAttributeTest)
> Tests the __init__ function. ... ok
> testFileEntryExistsByPathSpec (vfs.ntfs_file_system.NTFSFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec (vfs.ntfs_file_system.NTFSFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry (vfs.ntfs_file_system.NTFSFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose (vfs.ntfs_file_system.NTFSFileSystemTest)
> Test the open and close functionality. ... ok
> testEntriesGenerator (vfs.os_file_entry.OSDirectoryTest)
> Tests the _EntriesGenerator function. ... ok
> testInitialize (vfs.os_file_entry.OSDirectoryTest)
> Tests the __init__ function. ... ok
> testAccessTime (vfs.os_file_entry.OSFileEntryTest)
> Test the access_time property. ... ok
> testChangeTime (vfs.os_file_entry.OSFileEntryTest)
> Test the change_time property. ... ok
> testCreationTime (vfs.os_file_entry.OSFileEntryTest)
> Test the creation_time property. ... ok
> testDataStreams (vfs.os_file_entry.OSFileEntryTest)
> Test the data streams functionality. ... ok
> testGetDataStream (vfs.os_file_entry.OSFileEntryTest)
> Tests the GetDataStream function. ... ok
> testGetFileEntryByPathSpec (vfs.os_file_entry.OSFileEntryTest)
> Test the get a file entry by path specification functionality. ... ok
> testGetParentFileEntry (vfs.os_file_entry.OSFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.os_file_entry.OSFileEntryTest)
> Tests the GetStat function. ... ok
> testIntialize (vfs.os_file_entry.OSFileEntryTest)
> Test the __init__ function. ... ok
> testIsFunctions (vfs.os_file_entry.OSFileEntryTest)
> Test the Is? functions. ... ok
> testModificationTime (vfs.os_file_entry.OSFileEntryTest)
> Test the modification_time property. ... ok
> testName (vfs.os_file_entry.OSFileEntryTest)
> Test the name property. ... ok
> testSize (vfs.os_file_entry.OSFileEntryTest)
> Test the size property. ... ok
> testSubFileEntries (vfs.os_file_entry.OSFileEntryTest)
> Test the sub file entries iteration functionality. ... ok
> testFileEntryExistsByPathSpec (vfs.os_file_system.OSFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec (vfs.os_file_system.OSFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry (vfs.os_file_system.OSFileSystemTest)
> Test the get root file entry functionality. ... ok
> testIntialize (vfs.os_file_system.OSFileSystemTest)
> Test the __init__ function. ... ok
> testJoinPathWindows (vfs.os_file_system.OSFileSystemTest)
> Test the join path functionality for Windows. ... ok
> testEntriesGenerator (vfs.sqlite_blob_file_entry.SQLiteBlobDirectoryTest)
> Tests the _EntriesGenerator function. ... ok
> testInitialize (vfs.sqlite_blob_file_entry.SQLiteBlobDirectoryTest)
> Tests the __init__ function. ... ok
> testGetFileEntryByPathSpec 
> (vfs.sqlite_blob_file_entry.SQLiteBlobFileEntryTest)
> Test the get a file entry by path specification functionality. ... ok
> testGetParentFileEntry (vfs.sqlite_blob_file_entry.SQLiteBlobFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.sqlite_blob_file_entry.SQLiteBlobFileEntryTest)
> Tests the GetStat function. ... ok
> testIntialize (vfs.sqlite_blob_file_entry.SQLiteBlobFileEntryTest)
> Test the __init__ function. ... ok
> testIsFunctions (vfs.sqlite_blob_file_entry.SQLiteBlobFileEntryTest)
> Test the Is? functions. ... ok
> testName (vfs.sqlite_blob_file_entry.SQLiteBlobFileEntryTest)
> Test name property. ... ok
> testSize (vfs.sqlite_blob_file_entry.SQLiteBlobFileEntryTest)
> Test the size property. ... ok
> testSubFileEntries (vfs.sqlite_blob_file_entry.SQLiteBlobFileEntryTest)
> Test the sub file entries iteration functionality. ... ok
> testFileEntryExistsByPathSpec 
> (vfs.sqlite_blob_file_system.SQLiteBlobFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec 
> (vfs.sqlite_blob_file_system.SQLiteBlobFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry (vfs.sqlite_blob_file_system.SQLiteBlobFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose (vfs.sqlite_blob_file_system.SQLiteBlobFileSystemTest)
> Test the open and close functionality. ... ok
> testEntriesGenerator (vfs.tar_file_entry.TARDirectoryTest)
> Tests the _EntriesGenerator function. ... ok
> testInitialize (vfs.tar_file_entry.TARDirectoryTest)
> Tests the __init__ function. ... ok
> testDataStreams (vfs.tar_file_entry.TARFileEntryTest)
> Test the data streams functionality. ... ok
> testGetDataStream (vfs.tar_file_entry.TARFileEntryTest)
> Tests the GetDataStream function. ... ok
> testGetParentFileEntry (vfs.tar_file_entry.TARFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.tar_file_entry.TARFileEntryTest)
> Tests the GetStat function. ... ok
> testIntialize (vfs.tar_file_entry.TARFileEntryTest)
> Test the __init__ function. ... ok
> testIsFunctions (vfs.tar_file_entry.TARFileEntryTest)
> Test the Is? functions. ... ok
> testModificationTime (vfs.tar_file_entry.TARFileEntryTest)
> Test the modification_time property. ... ok
> testName (vfs.tar_file_entry.TARFileEntryTest)
> Test the name property. ... ok
> testSize (vfs.tar_file_entry.TARFileEntryTest)
> Test the size property. ... ok
> testSubFileEntries (vfs.tar_file_entry.TARFileEntryTest)
> Test the sub file entries iteration functionality. ... ok
> testFileEntryExistsByPathSpec (vfs.tar_file_system.TARFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec (vfs.tar_file_system.TARFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry (vfs.tar_file_system.TARFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose (vfs.tar_file_system.TARFileSystemTest)
> Test the open and close functionality. ... ok
> testEntriesGenerator (vfs.tsk_file_entry.TSKDirectoryTest)
> Tests the _EntriesGenerator function. ... ok
> testInitialize (vfs.tsk_file_entry.TSKDirectoryTest)
> Tests the __init__ function. ... ok
> testAccessTime (vfs.tsk_file_entry.TSKFileEntryTestExt2)
> Test the access_time property. ... ok
> testBackupTime (vfs.tsk_file_entry.TSKFileEntryTestExt2)
> Test the backup_time property. ... ok
> testChangeTime (vfs.tsk_file_entry.TSKFileEntryTestExt2)
> Test the change_time property. ... ok
> testCreationTime (vfs.tsk_file_entry.TSKFileEntryTestExt2)
> Test the creation_time property. ... ok
> testDataStreams (vfs.tsk_file_entry.TSKFileEntryTestExt2)
> Tests the data streams functionality. ... ok
> testDeletionTime (vfs.tsk_file_entry.TSKFileEntryTestExt2)
> Test the deletion_time property. ... ok
> testGetDataStream (vfs.tsk_file_entry.TSKFileEntryTestExt2)
> Tests the GetDataStream function. ... ok
> testGetFileEntryByPathSpec (vfs.tsk_file_entry.TSKFileEntryTestExt2)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetLinkedFileEntry (vfs.tsk_file_entry.TSKFileEntryTestExt2)
> Tests the GetLinkedFileEntry function. ... ok
> testGetParentFileEntry (vfs.tsk_file_entry.TSKFileEntryTestExt2)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.tsk_file_entry.TSKFileEntryTestExt2)
> Tests the GetStat function. ... ok
> testInitialize (vfs.tsk_file_entry.TSKFileEntryTestExt2)
> Tests the __init__ function. ... ok
> testIsFunctions (vfs.tsk_file_entry.TSKFileEntryTestExt2)
> Tests the Is? functions. ... ok
> testModificationTime (vfs.tsk_file_entry.TSKFileEntryTestExt2)
> Test the modification_time property. ... ok
> testName (vfs.tsk_file_entry.TSKFileEntryTestExt2)
> Test the name property. ... ok
> testSize (vfs.tsk_file_entry.TSKFileEntryTestExt2)
> Test the size property. ... ok
> testSubFileEntries (vfs.tsk_file_entry.TSKFileEntryTestExt2)
> Tests the number_of_sub_file_entries and sub_file_entries properties. ... ok
> testAccessTime (vfs.tsk_file_entry.TSKFileEntryTestHFSPlus)
> Test the access_time property. ... ok
> testBackupTime (vfs.tsk_file_entry.TSKFileEntryTestHFSPlus)
> Test the backup_time property. ... ok
> testChangeTime (vfs.tsk_file_entry.TSKFileEntryTestHFSPlus)
> Test the change_time property. ... ok
> testCreationTime (vfs.tsk_file_entry.TSKFileEntryTestHFSPlus)
> Test the creation_time property. ... ok
> testDataStreams (vfs.tsk_file_entry.TSKFileEntryTestHFSPlus)
> Tests the data streams functionality. ... ok
> testDeletionTime (vfs.tsk_file_entry.TSKFileEntryTestHFSPlus)
> Test the deletion_time property. ... ok
> testGetDataStream (vfs.tsk_file_entry.TSKFileEntryTestHFSPlus)
> Tests the GetDataStream function. ... ok
> testGetFileEntryByPathSpec (vfs.tsk_file_entry.TSKFileEntryTestHFSPlus)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetLinkedFileEntry (vfs.tsk_file_entry.TSKFileEntryTestHFSPlus)
> Tests the GetLinkedFileEntry function. ... ok
> testGetParentFileEntry (vfs.tsk_file_entry.TSKFileEntryTestHFSPlus)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.tsk_file_entry.TSKFileEntryTestHFSPlus)
> Tests the GetStat function. ... ok
> testInitialize (vfs.tsk_file_entry.TSKFileEntryTestHFSPlus)
> Tests the __init__ function. ... ok
> testIsFunctions (vfs.tsk_file_entry.TSKFileEntryTestHFSPlus)
> Tests the Is? functions. ... ok
> testModificationTime (vfs.tsk_file_entry.TSKFileEntryTestHFSPlus)
> Test the modification_time property. ... ok
> testName (vfs.tsk_file_entry.TSKFileEntryTestHFSPlus)
> Test the name property. ... ok
> testSize (vfs.tsk_file_entry.TSKFileEntryTestHFSPlus)
> Test the size property. ... ok
> testSubFileEntries (vfs.tsk_file_entry.TSKFileEntryTestHFSPlus)
> Tests the number_of_sub_file_entries and sub_file_entries properties. ... ok
> testAccessTime (vfs.tsk_file_entry.TSKFileEntryTestNTFS)
> Test the access_time property. ... ok
> testAttributes (vfs.tsk_file_entry.TSKFileEntryTestNTFS)
> Tests the number_of_attributes property. ... ok
> testBackupTime (vfs.tsk_file_entry.TSKFileEntryTestNTFS)
> Test the backup_time property. ... ok
> testChangeTime (vfs.tsk_file_entry.TSKFileEntryTestNTFS)
> Test the change_time property. ... ok
> testCreationTime (vfs.tsk_file_entry.TSKFileEntryTestNTFS)
> Test the creation_time property. ... ok
> testDataStream (vfs.tsk_file_entry.TSKFileEntryTestNTFS)
> Tests the number_of_data_streams and data_streams properties. ... ok
> testDeletionTime (vfs.tsk_file_entry.TSKFileEntryTestNTFS)
> Test the deletion_time property. ... ok
> testGetDataStream (vfs.tsk_file_entry.TSKFileEntryTestNTFS)
> Tests the retrieve data stream functionality. ... ok
> testGetStat (vfs.tsk_file_entry.TSKFileEntryTestNTFS)
> Tests the GetStat function. ... ok
> testModificationTime (vfs.tsk_file_entry.TSKFileEntryTestNTFS)
> Test the modification_time property. ... ok
> testName (vfs.tsk_file_entry.TSKFileEntryTestNTFS)
> Test the name property. ... ok
> testSize (vfs.tsk_file_entry.TSKFileEntryTestNTFS)
> Test the size property. ... ok
> testCopyFromDateTimeString (vfs.tsk_file_entry.TSKTimeTest)
> Tests the CopyFromDateTimeString function. ... ERROR
> testCopyToDateTimeString (vfs.tsk_file_entry.TSKTimeTest)
> Tests the CopyToDateTimeString function. ... ok
> testCopyToStatTimeTuple (vfs.tsk_file_entry.TSKTimeTest)
> Tests the CopyToStatTimeTuple function. ... ok
> testGetDate (vfs.tsk_file_entry.TSKTimeTest)
> Tests the GetDate function. ... ok
> testGetPlasoTimestamp (vfs.tsk_file_entry.TSKTimeTest)
> Tests the GetPlasoTimestamp function. ... ok
> testFileEntryExistsByPathSpec (vfs.tsk_file_system.TSKFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec (vfs.tsk_file_system.TSKFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry (vfs.tsk_file_system.TSKFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose (vfs.tsk_file_system.TSKFileSystemTest)
> Test the open and close functionality. ... ok
> testEntriesGenerator (vfs.tsk_partition_file_entry.TSKPartitionDirectoryTest)
> Tests the _EntriesGenerator function. ... ok
> testInitialize (vfs.tsk_partition_file_entry.TSKPartitionDirectoryTest)
> Tests the __init__ function. ... ok
> testDataStreams (vfs.tsk_partition_file_entry.TSKPartitionFileEntryTest)
> Test the data streams functionality. ... ok
> testGetDataStream (vfs.tsk_partition_file_entry.TSKPartitionFileEntryTest)
> Tests the GetDataStream function. ... ok
> testGetParentFileEntry 
> (vfs.tsk_partition_file_entry.TSKPartitionFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.tsk_partition_file_entry.TSKPartitionFileEntryTest)
> Tests the GetStat function. ... ok
> testIntialize (vfs.tsk_partition_file_entry.TSKPartitionFileEntryTest)
> Test the __init__ function. ... ok
> testIsFunctions (vfs.tsk_partition_file_entry.TSKPartitionFileEntryTest)
> Test the Is? functions. ... ok
> testName (vfs.tsk_partition_file_entry.TSKPartitionFileEntryTest)
> Test the name property. ... ok
> testSize (vfs.tsk_partition_file_entry.TSKPartitionFileEntryTest)
> Test the size property. ... ok
> testSubFileEntries (vfs.tsk_partition_file_entry.TSKPartitionFileEntryTest)
> Test the sub file entries iteration functionality. ... ok
> testFileEntryExistsByPathSpec 
> (vfs.tsk_partition_file_system.TSKPartitionFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec 
> (vfs.tsk_partition_file_system.TSKPartitionFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry 
> (vfs.tsk_partition_file_system.TSKPartitionFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose (vfs.tsk_partition_file_system.TSKPartitionFileSystemTest)
> Test the open and close functionality. ... ok
> testEntriesGenerator (vfs.vshadow_file_entry.VShadowDirectoryTest)
> Tests the _EntriesGenerator function. ... ok
> testInitialize (vfs.vshadow_file_entry.VShadowDirectoryTest)
> Tests the __init__ function. ... ok
> testCreationTime (vfs.vshadow_file_entry.VShadowFileEntryTest)
> Test the creation_time property. ... ok
> testDataStreams (vfs.vshadow_file_entry.VShadowFileEntryTest)
> Test the data streams functionality. ... ok
> testGetDataStream (vfs.vshadow_file_entry.VShadowFileEntryTest)
> Tests the GetDataStream function. ... ok
> testGetParentFileEntry (vfs.vshadow_file_entry.VShadowFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.vshadow_file_entry.VShadowFileEntryTest)
> Tests the GetStat function. ... ok
> testIntialize (vfs.vshadow_file_entry.VShadowFileEntryTest)
> Test the __init__ function. ... ok
> testIsFunctions (vfs.vshadow_file_entry.VShadowFileEntryTest)
> Test the Is? functions. ... ok
> testName (vfs.vshadow_file_entry.VShadowFileEntryTest)
> Test the name property. ... ok
> testSize (vfs.vshadow_file_entry.VShadowFileEntryTest)
> Test the size property. ... ok
> testSubFileEntries (vfs.vshadow_file_entry.VShadowFileEntryTest)
> Test the sub file entries iteration functionality. ... ok
> testFileEntryExistsByPathSpec (vfs.vshadow_file_system.VShadowFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec (vfs.vshadow_file_system.VShadowFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry (vfs.vshadow_file_system.VShadowFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose (vfs.vshadow_file_system.VShadowFileSystemTest)
> Test the open and close functionality. ... ok
> testAccessTime (vfs.xfs_file_entry.XFSFileEntryTest)
> Test the access_time property. ... ok
> testChangeTime (vfs.xfs_file_entry.XFSFileEntryTest)
> Test the change_time property. ... ok
> testCreationTime (vfs.xfs_file_entry.XFSFileEntryTest)
> Test the creation_time property. ... ok
> testDataStreams (vfs.xfs_file_entry.XFSFileEntryTest)
> Tests the data streams functionality. ... ok
> testGetDataStream (vfs.xfs_file_entry.XFSFileEntryTest)
> Tests the GetDataStream function. ... ok
> testGetFileEntryByPathSpec (vfs.xfs_file_entry.XFSFileEntryTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetLinkedFileEntry (vfs.xfs_file_entry.XFSFileEntryTest)
> Tests the GetLinkedFileEntry function. ... ok
> testGetParentFileEntry (vfs.xfs_file_entry.XFSFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.xfs_file_entry.XFSFileEntryTest)
> Tests the GetStat function. ... ok
> testInitialize (vfs.xfs_file_entry.XFSFileEntryTest)
> Tests the __init__ function. ... ok
> testIsFunctions (vfs.xfs_file_entry.XFSFileEntryTest)
> Tests the Is? functions. ... ok
> testModificationTime (vfs.xfs_file_entry.XFSFileEntryTest)
> Test the modification_time property. ... ok
> testSubFileEntries (vfs.xfs_file_entry.XFSFileEntryTest)
> Tests the number_of_sub_file_entries and sub_file_entries properties. ... ok
> testFileEntryExistsByPathSpec (vfs.xfs_file_system.XFSFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec (vfs.xfs_file_system.XFSFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry (vfs.xfs_file_system.XFSFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose (vfs.xfs_file_system.XFSFileSystemTest)
> Test the open and close functionality. ... ok
> testEntriesGenerator (vfs.zip_file_entry.ZIPDirectoryTest)
> Tests the _EntriesGenerator function. ... ok
> testInitialize (vfs.zip_file_entry.ZIPDirectoryTest)
> Tests the __init__ function. ... ok
> testAccessTime (vfs.zip_file_entry.ZIPFileEntryTest)
> Test the access_time property. ... ok
> testChangeTime (vfs.zip_file_entry.ZIPFileEntryTest)
> Test the change_time property. ... ok
> testCreationTime (vfs.zip_file_entry.ZIPFileEntryTest)
> Test the creation_time property. ... ok
> testDataStreams (vfs.zip_file_entry.ZIPFileEntryTest)
> Test the data_streams property. ... ok
> testGetDataStream (vfs.zip_file_entry.ZIPFileEntryTest)
> Tests the GetDataStream function. ... ok
> testGetParentFileEntry (vfs.zip_file_entry.ZIPFileEntryTest)
> Tests the GetParentFileEntry function. ... ok
> testGetStat (vfs.zip_file_entry.ZIPFileEntryTest)
> Tests the _GetStat function. ... ok
> testIntialize (vfs.zip_file_entry.ZIPFileEntryTest)
> Test the __init__ function. ... ok
> testIsAllocated (vfs.zip_file_entry.ZIPFileEntryTest)
> Test the IsAllocated function. ... ok
> testIsDevice (vfs.zip_file_entry.ZIPFileEntryTest)
> Test the IsDevice function. ... ok
> testIsDirectory (vfs.zip_file_entry.ZIPFileEntryTest)
> Test the IsDirectory function. ... ok
> testIsFile (vfs.zip_file_entry.ZIPFileEntryTest)
> Test the IsFile function. ... ok
> testIsLink (vfs.zip_file_entry.ZIPFileEntryTest)
> Test the IsLink function. ... ok
> testIsPipe (vfs.zip_file_entry.ZIPFileEntryTest)
> Test the IsPipe function. ... ok
> testIsRoot (vfs.zip_file_entry.ZIPFileEntryTest)
> Test the IsRoot function. ... ok
> testIsSocket (vfs.zip_file_entry.ZIPFileEntryTest)
> Test the IsSocket function. ... ok
> testIsVirtual (vfs.zip_file_entry.ZIPFileEntryTest)
> Test the IsVirtual function. ... ok
> testModificationTime (vfs.zip_file_entry.ZIPFileEntryTest)
> Test the modification_time property. ... ok
> testName (vfs.zip_file_entry.ZIPFileEntryTest)
> Test the name property. ... ok
> testSize (vfs.zip_file_entry.ZIPFileEntryTest)
> Test the size property. ... ok
> testSubFileEntries (vfs.zip_file_entry.ZIPFileEntryTest)
> Test the sub_file_entries property. ... ok
> testFileEntryExistsByPathSpec (vfs.zip_file_system.ZIPFileSystemTest)
> Test the file entry exists by path specification functionality. ... ok
> testGetFileEntryByPathSpec (vfs.zip_file_system.ZIPFileSystemTest)
> Tests the GetFileEntryByPathSpec function. ... ok
> testGetRootFileEntry (vfs.zip_file_system.ZIPFileSystemTest)
> Test the get root file entry functionality. ... ok
> testOpenAndClose (vfs.zip_file_system.ZIPFileSystemTest)
> Test the open and close functionality. ... ok
> testIterateVolumes (volume.apfs_volume_system.APFSVolumeSystemTest)
> Test the iterate volumes functionality. ... ok
> testIterateVolumes (volume.lvm_volume_system.LVMVolumeSystemTest)
> Test the iterate volumes functionality. ... ok
> testIterateVolumes (volume.tsk_volume_system.TSKVolumeSystemTest)
> Test the iterate volumes functionality. ... ok
> testIterateVolumes (volume.vshadow_volume_system.VShadowVolumeSystemTest)
> Test the iterate volumes functionality. ... ok
> 
> ======================================================================
> ERROR: testCopyFromDateTimeString (vfs.tsk_file_entry.TSKTimeTest)
> Tests the CopyFromDateTimeString function.
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/vfs/tsk_file_entry.py", line 33, in 
> testCopyFromDateTimeString
>     tsk_time_object.CopyFromDateTimeString('2010-08-12 21:06:31.546875')
>   File "/<<PKGBUILDDIR>>/./dfvfs/vfs/tsk_file_entry.py", line 108, in 
> CopyFromDateTimeString
>     self._timestamp = self._GetNumberOfSecondsFromElements(
> TypeError: _GetNumberOfSecondsFromElements() takes 7 positional arguments but 
> 8 were given
> 
> ----------------------------------------------------------------------
> Ran 1105 tests in 198.304s
> 
> FAILED (errors=1)
> Using Python version 3.9.7 (default, Sep 24 2021, 09:43:00) 
> [GCC 10.3.0]
> Checking availability and versions of dependencies.
> [OK]          cryptography version: 3.3.2
> [OK]          dfdatetime version: 20210509
> [OK]          dtfabric version: 20210731
> [OK]          idna version: 2.10
> [OK]          pybde version: 20190102
> [OK]          pyewf version: 20140807
> [OK]          pyfsapfs version: 20201107
> [OK]          pyfsext version: 20201107
> [OK]          pyfshfs version: 20201104
> [OK]          pyfsntfs version: 20200921
> [OK]          pyfsxfs version: 20201117
> [OK]          pyfvde version: 20190104
> [OK]          pyfwnt version: 20181227
> [OK]          pyluksde version: 20200205
> [OK]          pyqcow version: 20201213
> [OK]          pysigscan version: 20201117
> [OK]          pysmdev version: 20190315
> [OK]          pysmraw version: 20181227
> [OK]          pytsk3 version: 20210126
> [OK]          pyvhdi version: 20210425
> [OK]          pyvmdk version: 20200926
> [OK]          pyvshadow version: 20190323
> [OK]          pyvslvm version: 20181227
> [OK]          yaml version: 5.4.1
> 
> Checking availability and versions of test dependencies.
> [OK]          mock version: 4.0.3
> [OK]          pbr
> [OK]          six version: 1.16.0
> 
> A first string
> make[1]: *** [debian/rules:24: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2021/11/04/dfvfs_20201219-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

Reply via email to