1 mod helpers;
2 
3 #[test]
colors()4 fn colors() {
5     helpers::fixture("colors");
6 }
7 
8 #[test]
attrs()9 fn attrs() {
10     helpers::fixture("attrs");
11 }
12