mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 09:59:12 +00:00
tests: drop serial_test
This commit is contained in:
parent
ee43aa0095
commit
6acdf2431c
3 changed files with 8 additions and 17 deletions
|
@ -2,13 +2,11 @@ use anyhow::{Error, Result};
|
|||
use chrono::NaiveDate;
|
||||
use polars::datatypes::DataType;
|
||||
use pretty_assertions::assert_eq;
|
||||
use serial_test::serial;
|
||||
|
||||
use ark_invest_api_rust_data::util::ticker::Ticker;
|
||||
use ark_invest_api_rust_data::util::*;
|
||||
|
||||
#[test]
|
||||
#[serial]
|
||||
fn get_api_arkk() -> Result<(), Error> {
|
||||
let df = Ark::new(
|
||||
Source::ApiIncremental,
|
||||
|
@ -38,7 +36,6 @@ fn get_api_arkk() -> Result<(), Error> {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[serial]
|
||||
fn get_api_format_arkk() -> Result<(), Error> {
|
||||
let dfl = Ark::new(
|
||||
Source::ApiIncremental,
|
||||
|
@ -78,7 +75,6 @@ fn get_api_format_arkk() -> Result<(), Error> {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[serial]
|
||||
fn get_api_format_arkvx() -> Result<(), Error> {
|
||||
let dfl = Ark::new(
|
||||
Source::ApiIncremental,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue