bandang0 / aamg

Automatic Astrophysical Model Generator
MIT License
0 stars 0 forks source link

[INFRA] Choose the right testing infrastructure #4

Closed bandang0 closed 4 years ago

bandang0 commented 4 years ago

Hi, As discussed in #2 and in this Setuptools issue, the python3 setup.py test command for running all the project's tests will go sunset soon. Since we want to test thouroghly and easily, we should choose a new testing infrastructure.

The people from Setuptools point to the tox project. What do you say?

I know nothing on this so I'm open to all suggestions.

gabriel-duque commented 4 years ago

Yo!

Tox seems like the proper and generic alternative.

I have some time now and will look into Tox.

bandang0 commented 4 years ago

We setup Tox in #8.