Skip to content

Commit

Permalink
Rename userstorage_test.py to consume_test.py
Browse files Browse the repository at this point in the history
This test consumes the storage created by the user. We will have another
test (requires sudo) testing creating and deleting storage.
  • Loading branch information
nirs committed Jul 16, 2019
1 parent cc25f27 commit fc1f9ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ backed up by sparse files and do not consume much resources.

## Consuming the storage in your tests

See test/userstorage_test.py for example test module consuming storage
See test/consume_test.py for example test module consuming storage
set up by userstorage tool, and the exampleconf.py module.

Note that some storage may not be available on some systems. Your tests
Expand Down
File renamed without changes.

0 comments on commit fc1f9ae

Please sign in to comment.