Skip to content

Commit

Permalink
reenable iupac membership tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-k committed Oct 14, 2024
1 parent 8ea02b3 commit 6c5ee12
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bio-seq/src/codec/iupac.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,10 @@ impl SeqSlice<Iupac> {

#[cfg(test)]
mod tests {
// use crate::prelude::*;
use crate::prelude::*;

#[test]
#[ignore]
fn iupac_ops() {
assert!(false);
/*
let seq = iupac!("AGCTNNCAGTCGACGTATGTA");

let pattern = iupac!("AYG");
Expand All @@ -167,6 +164,5 @@ mod tests {
.collect();

assert_eq!(matches, vec![iupac!("ACG"), iupac!("ATG")])
*/
}
}

0 comments on commit 6c5ee12

Please sign in to comment.