You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: