-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a better way to construct file names in test_commands
There is no need for the strings to be real file paths and using string manipulation to build the file names is error prone. Define simple helpers that construct the file names as needed. This makes the tests intent and implementation easier to understand.
- Loading branch information
Showing
1 changed file
with
52 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters