MozillaSecurity / lithium

Line-based testcase reducer
Mozilla Public License 2.0
94 stars 25 forks source link

Move away from py.test in Travis .yml config #41

Closed nth10sd closed 7 years ago

nth10sd commented 7 years ago

We are using py.test in .travis.yml but not in .appveyor.yml - I thought it was the same as pytest or python -m pytest but apparently they are all different.

References:

So it seems like we should at least move away from py.test. @jschwartzentruber what do you think it should be, pytest or python -m pytest?

jschwartzentruber commented 7 years ago

Standardizing on python -m pytest. @nth10sd will make a PR