mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-21 20:18:06 +02:00
refactor(dynamic): add recursive dependency resolution for SSA receivers, expand tests for Python and PHP
This commit is contained in:
parent
f49211d788
commit
baa9a36bc6
13 changed files with 329 additions and 76 deletions
|
|
@ -596,9 +596,14 @@ fn error_throw_terminates() {
|
|||
#[test]
|
||||
fn binary_json_output() {
|
||||
let fixture = fixture_path("rust_web_app");
|
||||
let home = tempfile::tempdir().expect("temp home");
|
||||
#[allow(deprecated)]
|
||||
let cmd = assert_cmd::Command::cargo_bin("nyx")
|
||||
.expect("nyx binary should exist")
|
||||
.env("HOME", home.path())
|
||||
.env("XDG_CONFIG_HOME", home.path().join(".config"))
|
||||
.env("XDG_DATA_HOME", home.path().join(".local/share"))
|
||||
.env("NO_COLOR", "1")
|
||||
.arg("scan")
|
||||
.arg(fixture.to_str().unwrap())
|
||||
.arg("--no-index")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue