beeware / cricket

A GUI tool for running Python test suites.
BSD 3-Clause "New" or "Revised" License
213 stars 68 forks source link

package dependencies #15

Closed tleeuwenburg closed 11 years ago

tleeuwenburg commented 11 years ago

So I'm not a distribute expert, but...

-- Need to add the cricket.unittest as a provided package -- Need to add the 'mock' module as a package dependency (see unittest.loader.ModuleImportFailure.tests.test_models)

freakboy3742 commented 11 years ago

Mock is only a dependency for the test suite, so it's in requirements_dev.txt rather than the base setup file -- it isn't needed to install the tool. However, good catch on the provided package.

freakboy3742 commented 11 years ago

Committed in 318f9a5abea96c6d0ce3e3c5014a0703fb665a13