mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
refactor(complete): Merge test binaries for better parallelism
This commit is contained in:
parent
010d7c5464
commit
5c362fe5b1
9 changed files with 13 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
mod common;
|
||||
use crate::common;
|
||||
|
||||
#[test]
|
||||
fn basic() {
|
|
@ -1,4 +1,4 @@
|
|||
mod common;
|
||||
use crate::common;
|
||||
|
||||
#[test]
|
||||
fn basic() {
|
|
@ -1,4 +1,4 @@
|
|||
mod common;
|
||||
use crate::common;
|
||||
|
||||
#[test]
|
||||
fn basic() {
|
8
clap_complete/tests/testsuite/main.rs
Normal file
8
clap_complete/tests/testsuite/main.rs
Normal file
|
@ -0,0 +1,8 @@
|
|||
mod bash;
|
||||
mod common;
|
||||
mod dynamic;
|
||||
mod elvish;
|
||||
mod fish;
|
||||
mod general;
|
||||
mod powershell;
|
||||
mod zsh;
|
|
@ -1,4 +1,4 @@
|
|||
mod common;
|
||||
use crate::common;
|
||||
|
||||
#[test]
|
||||
fn basic() {
|
|
@ -1,4 +1,4 @@
|
|||
mod common;
|
||||
use crate::common;
|
||||
|
||||
#[test]
|
||||
fn basic() {
|
Loading…
Reference in a new issue