Skip to content

Commit

Permalink
Merge branch 'main' into feat/billing_backend_support
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianbarbu committed Oct 5, 2023
2 parents 3e336d5 + faaf9e8 commit a4f93c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cargo-shuttle/src/args.rs
Expand Up @@ -355,9 +355,14 @@ pub(crate) fn parse_init_path(path: OsString) -> Result<PathBuf, io::Error> {

#[cfg(test)]
mod tests {
use super::*;
use crate::tests::path_from_workspace_root;
use clap::CommandFactory;

use super::*;
#[test]
fn test_shuttle_args() {
ShuttleArgs::command().debug_assert();
}

#[test]
fn test_init_args_framework() {
Expand Down

0 comments on commit a4f93c7

Please sign in to comment.