Skip to content

Commit

Permalink
Add pipenvPath to the config tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsnowcurrently committed Jan 10, 2019
1 parent 85f4dfd commit 884af91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/common/configSettings/configSettings.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ suite('Python Settings', () => {

function initializeConfig(sourceSettings: PythonSettings) {
// string settings
for (const name of ['pythonPath', 'venvPath', 'condaPath', 'envFile']) {
for (const name of ['pythonPath', 'venvPath', 'condaPath', 'pipenvPath', 'envFile']) {
config.setup(c => c.get<string>(name))
.returns(() => sourceSettings[name]);
}
Expand Down

0 comments on commit 884af91

Please sign in to comment.