mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
Refactor test module imports
This commit is contained in:
parent
28d052af6a
commit
caaf8c9411
@ -96,9 +96,10 @@ impl BoolOps for Frame<bool> {
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use crate::frame::*;
|
use super::*;
|
||||||
use crate::matrix::*;
|
use crate::matrix::Matrix;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_series_ops() {
|
fn test_series_ops() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user