mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-24 20:28:06 +02:00
test: Add unit tests for config merging and project name sanitization (#6)
* test: Add unit tests for config merging and project name sanitization * Update src/utils/project.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * test: Update assertion for follow_symlinks in scanner configuration * test: Fix typo in test function name for project info retrieval --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
a0c9d0f9d4
commit
8497800b13
6 changed files with 140 additions and 1 deletions
|
|
@ -4,5 +4,4 @@ pub mod project;
|
|||
pub(crate) mod query_cache;
|
||||
|
||||
pub use config::Config;
|
||||
// Re-export commonly used functions for convenience
|
||||
pub use project::get_project_info;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue