Project-Platypus / Platypus

A Free and Open Source Python Library for Multiobjective Optimization
GNU General Public License v3.0
565 stars 153 forks source link

CI: Let pytest treat warnings as errors #228

Closed EwoutH closed 4 weeks ago

EwoutH commented 4 weeks ago

When running the tests, let pytest treat warnings as errors.

Also print a summary of tests using the -rA flag.

EwoutH commented 4 weeks ago

Thanks for merging! The fact that these PRs all come through clean says a lot about the quality of the code base.