Logo
Explore Help
Sign In
jesus/nushell-plugins
1
0
Fork 0
You've already forked nushell-plugins
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
nushell-plugins/nu_plugin_orchestrator/src/tests.rs

16 lines
296 B
Rust
Raw Normal View History

feat: Add ARGUMENTS documentation and interactive update mode - Add `show-arguments` recipe documenting all version update commands - Add `complete-update-interactive` recipe for manual confirmations - Maintain `complete-update` as automatic mode (no prompts) - Update `update-help` to reference new recipes and modes - Document 7-step workflow and step-by-step differences Changes: - complete-update: Automatic mode (recommended for CI/CD) - complete-update-interactive: Interactive mode (with confirmations) - show-arguments: Complete documentation of all commands and modes - Both modes share same 7-step workflow with different behavior in Step 4
2025-10-19 00:05:16 +01:00
#[cfg(test)]
mod tests {
use crate::helpers;
#[test]
fn test_data_dir_path() {
let dir = helpers::get_orchestrator_data_dir();
assert!(dir.to_string_lossy().contains("orchestrator/data"));
}
#[test]
fn test_placeholder() {
assert!(true);
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 21ms Template: 1ms
English
English Español
Licenses API