mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-30 20:39:39 +02:00
Add unit tests for Indexer and update dependencies
- Introduced comprehensive tests for `Indexer` to validate file scan behavior. - Added `tempfile` and `filetime` as dependencies for testing. - Removed unused dependencies (`anyhow`, `nix`, `regex`).
This commit is contained in:
parent
15920328d7
commit
0831b9fb48
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ mod tests {
|
||||||
#[test]
|
#[test]
|
||||||
fn modified_mtime_alone_triggers_rescan() -> Result<(), Box<dyn Error>> {
|
fn modified_mtime_alone_triggers_rescan() -> Result<(), Box<dyn Error>> {
|
||||||
// Compile this test only when the optional `filetime` feature is enabled.
|
// Compile this test only when the optional `filetime` feature is enabled.
|
||||||
#[cfg(feature = "filetime")] {
|
{
|
||||||
use std::time::{Duration, SystemTime};
|
use std::time::{Duration, SystemTime};
|
||||||
use filetime::FileTime;
|
use filetime::FileTime;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue