Compare commits
2 commits
3b62feb476
...
5f70e66039
Author | SHA1 | Date | |
---|---|---|---|
5f70e66039 | |||
|
76636326c3 |
3 changed files with 0 additions and 13 deletions
|
@ -5,15 +5,6 @@ use std::collections::HashSet;
|
||||||
|
|
||||||
use crate::tests::a_config;
|
use crate::tests::a_config;
|
||||||
|
|
||||||
//
|
|
||||||
use super::*;
|
|
||||||
|
|
||||||
use anyhow::Result;
|
|
||||||
use kxio::network::StatusCode;
|
|
||||||
use std::collections::HashSet;
|
|
||||||
|
|
||||||
use crate::tests::a_config;
|
|
||||||
|
|
||||||
use kxio::net::{Method, Net, Url};
|
use kxio::net::{Method, Net, Url};
|
||||||
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
|
|
|
@ -18,7 +18,6 @@ mod tests;
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
#[cfg(not(tarpaulin_include))]
|
#[cfg(not(tarpaulin_include))]
|
||||||
async fn main() -> std::result::Result<(), Box<dyn std::error::Error>> {
|
async fn main() -> std::result::Result<(), Box<dyn std::error::Error>> {
|
||||||
Ok(run(&StandardPrinter, Network::new_real()).await?)
|
|
||||||
let github_workspace = std::env::var("GITHUB_WORKSPACE").context("GITHUB_WORKSPACE")?;
|
let github_workspace = std::env::var("GITHUB_WORKSPACE").context("GITHUB_WORKSPACE")?;
|
||||||
let fs = kxio::fs::new(github_workspace);
|
let fs = kxio::fs::new(github_workspace);
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
//
|
//
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
use anyhow::Result;
|
|
||||||
use pretty_assertions::assert_eq;
|
|
||||||
use kxio::net::{Method, Net, Url};
|
use kxio::net::{Method, Net, Url};
|
||||||
use printer::TestPrinter;
|
use printer::TestPrinter;
|
||||||
use url::Url;
|
|
||||||
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn run_with_some_invalids() /* -> Result<()> */
|
async fn run_with_some_invalids() /* -> Result<()> */
|
||||||
|
|
Loading…
Reference in a new issue