Skip to content

Commit

Permalink
Use real filesystem in ops.testing backend (canonical#960)
Browse files Browse the repository at this point in the history
This pull request refactors the testing module of the Ops library,
switching its backend from an in-memory virtual filesystem to a
real filesystem for simulating filesystem operations within
containers. Furthermore, it exposes a new API,
`Harness.get_filesystem_root`, enabling developers to interact
with the simulated filesystem during test cases for both populating
and inspecting the testing container filesystem.
  • Loading branch information
weiiwang01 authored Jul 12, 2023
1 parent 528d915 commit 770282b
Show file tree
Hide file tree
Showing 2 changed files with 363 additions and 685 deletions.
Loading

0 comments on commit 770282b

Please sign in to comment.