Re: [Tutor] nose, git, post-commit hook

2013-02-05 Thread Albert-Jan Roskam
> On 4 February 2013 15:32, Albert-Jan Roskam wrote: >> I am using git VCS and I read about the possibility to use post-commit > hooks for nose tests. That sounds pretty cool, but does this also have > disadvantages? >> It would be very annoying if I couldn't check in code, safely tucked > aw

Re: [Tutor] nose, git, post-commit hook

2013-02-04 Thread Rob Day
On 4 February 2013 15:32, Albert-Jan Roskam wrote: > I am using git VCS and I read about the possibility to use post-commit hooks > for nose tests. That sounds pretty cool, but does this also have > disadvantages? > It would be very annoying if I couldn't check in code, safely tucked away on >

[Tutor] nose, git, post-commit hook

2013-02-04 Thread Albert-Jan Roskam
Hi, I am using git VCS and I read about the possibility to use post-commit hooks for nose tests. That sounds pretty cool, but does this also have disadvantages? It would be very annoying if I couldn't check in code, safely tucked away on some server, that is not yet working. Is there also a way