Bryan A. Jones píše v Út 14. 08. 2012 v 10:49 -0500: > All, > > I see that the PyInstaller source has several unit testing framework > in PyInstaller/lib, but I can't seem to find any unit tests > themselves. So: > > - Is there a preferred unit testing framework for this project? - What > directory / files do they current live in?
There are no unit tests. Preferred framework would be unittest2. We use it for buildtests to be able produce a xml report with test results for continuous integration server. I would say put unit tests to directory './buildtests/unit/'. I consider renaming 'buildtests' to just 'tests'. > > I see a number of functional tests in the buildtests/ directory, which > are very helpful -- but I'm looking for the unit tests. > > Thanks! -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
