using NUnit with SG Vault?

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
Boot2TheHead
Posts: 2
Joined: Wed Nov 15, 2006 2:43 pm

using NUnit with SG Vault?

Post by Boot2TheHead » Wed Nov 15, 2006 2:45 pm

We're consider purchasing SG Vault but i don't see much info on the site or the forums about integrating it with NUnit or using them side by side. Can anyone point me to some info on this topic?

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Thu Nov 16, 2006 1:13 pm

We ise NUnit in house with Vault's development, and have no problems of them working side by side.

Boot2TheHead
Posts: 2
Joined: Wed Nov 15, 2006 2:43 pm

Post by Boot2TheHead » Thu Nov 16, 2006 1:26 pm

I'm specifically looking for info on blocking checkins of classes that don't pass their tests. I'm sure this is possible, but I don't want to feel my way through it. Is there a good tutorial out there? I haven't been able to find such an animal.

jclausius
Posts: 3706
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Thu Nov 16, 2006 1:31 pm

Actually, we use NUnit a bit differently than this. With Vault development, everything is checked in to the repository. NUnit is used on the build server. The build fails if NUnit tests fail, and users are notified on unsuccessful builds.

Nothing in NUnit prevents Vault from a commit.
Jeff Clausius
SourceGear

Post Reply