Closed lyoutakoduka closed 7 months ago
Fix condition of test about function "test_multiple" in module "test_edit_archive".
Test must be confirmed the count and path about sequential archives before edit and after.
In addition, rename test function from "test_multiple" to "test_limit" from now on.
Add method to class to compute something by using list of path at once.
When using class "EditArchive", archive you edited isn't updated by correct name, only update by default name.
https://github.com/lyoutakoduka/spartaproject/blob/17299b0a343cbbb6d30da5e4ac2d9d8c89bc29be/pyspartaproj/script/file/archive/edit_archive.py#L23
In order to update archive by the name which is same as current archive name, use argument "archive_id" of class "CompressArchive".
https://github.com/lyoutakoduka/spartaproject/blob/17299b0a343cbbb6d30da5e4ac2d9d8c89bc29be/pyspartaproj/script/file/archive/edit_archive.py#L68