Hi John! That's pretty odd. What directory are you sitting in when you run this? I'm assuming the source checkout (i.e. the folder containing the "fabric" and "tests" directories) and that's really the only spot that it'll work correctly, given how nosetests discovers things.
Also, what Python version are you on? As long as it's 2.5 or 2.6 it shouldn't really matter, but I can't think of what else might cause nose to not see the tests. (Maybe directory permissions? long shot.) Best, Jeff On Thu, Sep 24, 2009 at 7:03 PM, John Joseph Bachir <[email protected]> wrote: > I'm trying to run the test suite, and nosetests is telling me it is running > 0 tests (and then smugly tells me that everything is "OK" and that it is > "Done."). > Any ideas? > > $ nosetests --version > nosetests version 0.11.1 > $ fab --version > Fabric 0.9b1 > $ grep ^Version Fabric.egg-info/PKG-INFO > Version: 0.9b1 > $ fab test > [localhost] run: nosetests -sv > ---------------------------------------------------------------------- > Ran 0 tests in 0.006s > OK > > Done. > > > _______________________________________________ > Fab-user mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/fab-user > > _______________________________________________ Fab-user mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/fab-user
