amusecode / amuse

Astrophysical Multipurpose Software Environment. This is the main repository for AMUSE
http://www.amusecode.org
Apache License 2.0
155 stars 98 forks source link

Use pytest for testing support #1044

Open LourensVeen opened 5 months ago

LourensVeen commented 5 months ago

Pytest has a bunch of facilities that cover most of the functionality in amusetest.py. Since we're now using pytest to run the tests, it makes sense to remove as much of the custom stuff as we can and use standard pytest features instead. That will make it easier to work on the code for people familiar with pytest.

stale[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 28 days if no further activity occurs. Thank you for your contributions.

rieder commented 3 months ago

Completely agree