Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/// NCA integration tests
mod nca;
16 changes: 0 additions & 16 deletions tests/nca.rs

This file was deleted.

1 change: 1 addition & 0 deletions tests/nca/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@

pub mod test_auc;
pub mod test_params;
pub mod test_pknca;
pub mod test_quality;
pub mod test_terminal;
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"generated_at": "2026-01-11T19:51:40",
"r_version": "R version 4.5.1 (2025-06-13)",
"generated_at": "2026-02-15T16:07:09",
"r_version": "R version 4.5.1 (2025-06-13 ucrt)",
"pknca_version": "0.12.1",
"scenario_count": 25,
"results": {
Expand Down
2 changes: 1 addition & 1 deletion tests/pknca_validation.rs → tests/nca/test_pknca.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ mod tests {
/// Load test scenarios and expected values, run validation
#[test]
fn validate_against_pknca() {
let base_path = Path::new(env!("CARGO_MANIFEST_DIR")).join("tests/pknca_validation");
let base_path = Path::new(env!("CARGO_MANIFEST_DIR")).join("tests/nca/pknca/");

// Load scenarios
let scenarios_path = base_path.join("test_scenarios.json");
Expand Down