Andreas Stenius
Andreas Stenius
Or, multiple branches.. to keep things together... Could name the branches according to style.. or something along those lines, perhaps.
I find myself calling into the test code from the erlang shell, bypassing eunit whenever I need to debug a failing test.
Indeed :+1: Any progress on this, eh? It's such a promising little pet project you have here.. just have some quirks to work out ;)
How about using bash arrays instead of name mangling variables..?
got around to try to fix it, in pull #28 .. :p
@huonw I don't have the bandwidth currently to look into the failed cherry picks. Could be that the merge conflicts are due to changes in the parametrize.py that hasn't been...
Ah, that could be it as well then. I thought I had some relevant changes, but I think those've been picked.
To follow up from Slack thread. This is due to there are no inferrable dependency from the polls test to the `mysite.settings` module, so that is not included in the...
@ptrhck what is not working? From your example repo, I think it seems to work, from what I can tell, at least. ``` $ PANTS_SHA=7382ad47b42618b155d8c3a0ea63b3827bdca574 ./pants dependencies django/polls/tests.py 23:28:33.99 [INFO]...
It will build a new image for every change, yes. When running, you may want to pass the '--rm' flag to docker so terminated containers are cleaned up automatically.