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