review/tests/test_init.py @ 4d7eca6c1832

Pull out the test utils.
author Steve Losh <steve@stevelosh.com>
date Sun, 04 Oct 2009 16:02:27 -0400
parents 17e0a612303e
children b5deba11fc17
from nose import *
from util import *


@with_setup(setup_sandbox, teardown_sandbox)
def test_default_init():
    sandbox = get_sandbox_repo()
    
    review(init=True)