Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-18 | fix wrong dst path for source path under '/' | Ryo Nakamura | |
When a source file path is /FILE, its dest path would be dst/ILE. This commit fixes this issue (#8). | |||
2023-08-03 | add glob for source paths | Ryo Nakamura | |
https://github.com/upa/mscp/issues/3 | |||
2023-03-15 | test: add __repr__ to File | Ryo Nakamura | |
2023-03-10 | remove numpy from test, and fix compiling single binary mscp | Ryo Nakamura | |
2022-10-31 | add (not complete) end-to-end test with pytest | Ryo Nakamura | |