mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-17 23:48:45 +00:00
apply comments
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use super::super::semiring::*;
|
||||
use crate::assignments::assignment06::semiring::*;
|
||||
use ntest::assert_about_eq;
|
||||
|
||||
fn test_from_str(s: &str, f: impl Fn(i64) -> i64) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use super::super::square_matrix::*;
|
||||
use crate::assignments::assignment06::square_matrix::*;
|
||||
use ntest::assert_about_eq;
|
||||
|
||||
#[test]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use super::super::symbolic_differentiation::*;
|
||||
use crate::assignments::assignment06::symbolic_differentiation::*;
|
||||
use ntest::assert_about_eq;
|
||||
|
||||
// Constant rationals to use
|
||||
|
||||
Reference in New Issue
Block a user