Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mock file system code #209

Open
Tracked by #200
PatrickKa opened this issue Dec 18, 2023 · 2 comments
Open
Tracked by #200

Mock file system code #209

PatrickKa opened this issue Dec 18, 2023 · 2 comments

Comments

@PatrickKa
Copy link
Contributor

PatrickKa commented Dec 18, 2023

Description

I am not sure if we have time for tests that would require this but in principle, mocking the file system would be useful for the EDU, RF and command stuff.

@PatrickKa
Copy link
Contributor Author

PatrickKa commented Dec 18, 2023

Blocked by #186 and #195

Edit: We can mock on the fly while implementing the file system code so this is no longer blocked by the above two issues

@PatrickKa
Copy link
Contributor Author

PatrickKa commented Nov 23, 2024

We already have a littlefs implementation that works on Linux and stores everything in RAM. This should be sufficient for most (low-level) tests. However, it does not provide the full mocking capabilities described in the parent issue (#209). Furthermore, we should actually mock the high-level file system functions that are mentioned in #195. Therefore, this issues stays open for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants