Skip to content

Commit

Permalink
test coverage: parser
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Bush14 committed Jun 19, 2024
1 parent 0678e9d commit e64147d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/tests.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
mod tests {
use super::super::parser::read_nbs;


#[test]
fn reading() {read_nbs("test_files/Megalovania.nbs").expect("Some error occured");}
// checking if it is correct is to much work!
}
Binary file added test_files/Megalovania.nbs
Binary file not shown.

0 comments on commit e64147d

Please sign in to comment.