chore(fix): Use integration testing
This commit is contained in:
parent
1db92897f2
commit
09c330312f
2 changed files with 3 additions and 2 deletions
|
@ -76,4 +76,3 @@ pub mod simplebyteunit;
|
||||||
|
|
||||||
mod input;
|
mod input;
|
||||||
mod output;
|
mod output;
|
||||||
mod test;
|
|
||||||
|
|
|
@ -9,7 +9,9 @@
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*/
|
*/
|
||||||
use crate::simplebyteunit::*;
|
|
||||||
|
use simplebyteunit::simplebyteunit::*;
|
||||||
|
use simplebyteunit::simplebyteunit::ToByteUnit;
|
||||||
|
|
||||||
const POSITIVE_5B: i64 = 5000;
|
const POSITIVE_5B: i64 = 5000;
|
||||||
const NEGATIVE_5B: i64 = -5000;
|
const NEGATIVE_5B: i64 = -5000;
|
Loading…
Add table
Add a link
Reference in a new issue