django-zappa icon indicating copy to clipboard operation
django-zappa copied to clipboard

Actually run command tests

Open vascop opened this issue 9 years ago • 2 comments

This is a big PR, related to issue #36. It refactors the settings loading part of the tests, changes the way arguments were being passed (most of the were passed as lists), adds a "follow" argument to the tail command, and adds placebo runs to all of the commands.

The tail command is not actually being tested because I didn't have a clear idea on how to actually do it. It has the placebo run though, so if anyone wants to, they can just use that.

vascop avatar Feb 29 '16 02:02 vascop

Bah, the tests are failing because I'm developing assuming https://github.com/garnaat/placebo/pull/44 is going to be merged and pushed to pypi. Forgot that I changed it locally before opening this. I'll go sleep now.

vascop avatar Feb 29 '16 02:02 vascop

This has been merged upstream into placebo 0.8.1, now on pip.

Looking forward to having this PR merged!

Miserlou avatar Mar 04 '16 14:03 Miserlou