bcgsc / mavis

Merging, Annotation, Validation, and Illustration of Structural variants
http://mavis.bcgsc.ca
GNU General Public License v3.0
72 stars 13 forks source link

Use bare asserts in tests #219

Open creisle opened 4 years ago

creisle commented 4 years ago

Since we are using pytest instead of nose we can use the pytest style bare assert statements instead of self.assertEqual and subclassing unittest