This also includes a small change to bootstrap.py so that c.user & c.project aren't left set. Which caused a cascade of test cleanup. There still may be other tests that will fail if run in isolation (e.g. if a test assumes a c.user or c.project exists due to another part of the tool's test suite that normally runs first and sets those). But I think this is a step in the right direction and we'll have to deal with those if they come up.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This will fix most of [#5777]
Related
Tickets: #5777
allura:db/6007
This also includes a small change to bootstrap.py so that c.user & c.project aren't left set. Which caused a cascade of test cleanup. There still may be other tests that will fail if run in isolation (e.g. if a test assumes a c.user or c.project exists due to another part of the tool's test suite that normally runs first and sets those). But I think this is a step in the right direction and we'll have to deal with those if they come up.