Add first ability gen tests

This commit is contained in:
Ayaz Hafiz 2022-04-14 17:06:19 -04:00
parent b79b351136
commit 8694ea9d33
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 62 additions and 0 deletions

View file

@ -4,6 +4,7 @@
// we actually want to compare against the literal float bits
#![allow(clippy::float_cmp)]
pub mod gen_abilities;
pub mod gen_compare;
pub mod gen_dict;
pub mod gen_list;