the-13th-letter / derivepassphrase

an almost-faithful Python reimplementation of James Coglan's vault, a deterministic password manager/generator
MIT License
0 stars 0 forks source link

Isolate tests properly from the filesystem #8

Closed the-13th-letter closed 3 months ago

the-13th-letter commented 3 months ago

Tests for the derivepassphrase command-line interface interact with the user's configuration, and will in general fail, unrelatedly, if said user configuration is broken.

While there is code to isolate the filesystem during tests, it is not yet consistently applied across all tests.

(Discovered while working on #6.)