This repository was archived by the owner on Oct 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,18 @@ The project structure
5151| - .coveragerc | lists files to include into test coverage report |
5252| - TODO | Just a list of things to be done for the project. |
5353| - make_a_release.sh | Most people may ignore this script. It is used by |
54- | | maintainer when creating a new release.
54+ | | maintainer when creating a new release. |
5555| - tests/ | Contains the project unit-tests. |
5656| | - test_api_base.py | Tests the base API modules: 'BmapCreate.py' and |
5757| | | 'BmapCopy.py'. |
5858| | - test_fiemap.py | Tests the 'Fiemap.py' module. |
59+ | | - test_compat.py | Tests that new BmapCopy implementations support old |
60+ | | | bmap formats, and old BmapCopy implementations |
61+ | | | support new compatible bmap fomrats. |
5962| | - helpers.py | Helper functions shared between the unit-tests. |
63+ | | - test-data/ | Data files for the unit-tests |
64+ | | - oldcodebase/ | Copies of old BmapCopy implementations for bmap |
65+ | | | format forward-compatibility verification. |
6066| - bmaptools/ | The API modules which implement all the bmap |
6167| | | functionality. |
6268| | - BmapCreate.py | Creates a bmap for a given file. |
You can’t perform that action at this time.
0 commit comments