cloudtools / stacker

An AWS CloudFormation Stack orchestrator/manager.
http://stacker.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
709 stars 167 forks source link

Change test runner from nose to py.test #714

Closed danielkza closed 5 years ago

danielkza commented 5 years ago

Nose has been deprecated by its authors. py.test is very active, widely used, and has many useful features for running and writing tests.

Changing the tests themselves away from unittest-style is a different step that must be taken later. This PR only changes the tooling.