comparison src/main.rs @ 93:c06d12a81637

Better test failure. Use assert_diff! instead of assert_eq! so we can actually see what the differences are.
author Bastien Orivel <eijebong@bananium.fr>
date Tue, 14 Jun 2016 02:53:29 +0200
parents 4e62a8927dcc
children
comparison
equal deleted inserted replaced
92:7977a52c3202 93:c06d12a81637
1 #[macro_use(assert_diff)]
2 extern crate difference;
1 extern crate cpython; 3 extern crate cpython;
4
2 5
3 #[cfg(test)] 6 #[cfg(test)]
4 mod tests; 7 mod tests;
5 8
6 mod python_tb; 9 mod python_tb;