On Friday, November 11, 2016 at 4:00:28 PM UTC-5, Jeffrey Ratcliffe wrote: > > I'm writing a plugin that adds to the functionality in the > simplemultiproject plugin and I'm struggling to run the tests in smp. > > python setup.py test >
It should work after [15952] https://trac-hacks.org/changeset/15952 However, many tests are failing. It looks like the environment upgrade isn't properly implemented in setUp. > and similar don't find any tests. > > python -m unittest discover > > finds them, but produces a load of errors about the smp tables not > existing. > > How do I run the unit tests in smp? > > Regards > > Jeff > -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-dev. For more options, visit https://groups.google.com/d/optout.
