Expand test coverage of xdvdfs-core, CLI commands, and the web interface #107
Labels
xdvdfs-cli
Relating to the xdvdfs command-line frontend
xdvdfs-core
Relating to the xdvdfs core library
xdvdfs-web
Relating to the xdvdfs web frontend
We have Python tests that form a combination end-to-end/regression test suite of (re)packing an image, and reading the result, for a variety of edge-case inputs, through the CLI interface.
This is not generally sufficient though, as there are several features and code paths, particularly in the read library, that are not exercised in the end-to-end suite. Moreover, due to the structure of the Python tests, it is difficult to test the parts of the codebase that are not depended on by xdvdfs-cli (including all of xdvdfs-web and several read interfaces).
We need ...
The text was updated successfully, but these errors were encountered: