choderalab / openmmtools

A batteries-included toolkit for the GPU-accelerated OpenMM molecular simulation engine.
http://openmmtools.readthedocs.io
MIT License
253 stars 81 forks source link

WIP -- Migrate to pytest #742

Closed ijpulidos closed 2 months ago

ijpulidos commented 3 months ago

Description

The idea is to migrate all the tests to use pytest instead of the outdated and deprecated nose framework.

We need to make sure we are running all the tests and combinations that were run using nose.

Solves #661

Also should help with fixing the current state of the CI. More info at #741

Todos

Status

Changelog message

ijpulidos commented 2 months ago

Closing, superseded by https://github.com/choderalab/openmmtools/pull/746