about summary refs log tree commit diff
path: root/src/filesystem.rs
AgeCommit message (Expand)Author
2021-10-09Test and fix mock directory traversal.Mel
2021-10-09Add tests for FsMock and fix Path::parent weirdness.Mel
2021-10-09Add back FsMock state assertion.Mel
2021-10-09Re-implement FsMock as a fake in-memory filesystem.Mel
2021-10-05Fs asserts and Create action tests.Mel
2021-10-03Add asserts and tests for file system mocking system.Mel
2021-10-02Re-add Ka repository directory creation to Create action.Mel
2021-10-02Immutable Fs implementation and replaced exists calls.Mel
2021-10-02Use filesystem abstraction throughout Ka.Mel
2021-10-02Rename FileSystem to Fs for brevity.Mel
2021-10-01Create FileSystem interface.Mel