mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2025-01-28 01:28:26 +00:00
Remove persistence in Pylint tests
This commit is contained in:
parent
e34b6f930a
commit
4ce6e4b25d
@ -315,7 +315,12 @@ mod tests {
|
|||||||
let mut source = Xonsh(&opts).render().unwrap();
|
let mut source = Xonsh(&opts).render().unwrap();
|
||||||
source.push('\n');
|
source.push('\n');
|
||||||
|
|
||||||
Command::new("pylint").args(&["--from-stdin", "zoxide"]).write_stdin(source).assert().success().stderr("");
|
Command::new("pylint")
|
||||||
|
.args(&["--from-stdin", "--persistent=n", "zoxide"])
|
||||||
|
.write_stdin(source)
|
||||||
|
.assert()
|
||||||
|
.success()
|
||||||
|
.stderr("");
|
||||||
}
|
}
|
||||||
|
|
||||||
#[rstest]
|
#[rstest]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user