Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use custom test loader when using discover #82

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 2 comments
Open

Unable to use custom test loader when using discover #82

GoogleCodeExporter opened this issue Mar 13, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

in main.py:114 :

         def parseArgs(self, argv):
             if len(argv) > 1 and argv[1].lower() == 'discover':
                 self._do_discovery(argv[2:])
                 return

the line of calling _do_discovery is better to be changed to:

        self._do_discovery(argv[2:], self.testLoader)


Original issue reported on code.google.com by [email protected] on 15 Sep 2014 at 6:28

@GoogleCodeExporter
Copy link
Author

This issue exists in the cpython unittest code too - could you please file the 
bug upstream there (or let me know that you want me to do so).

Original comment by [email protected] on 3 Nov 2014 at 4:45

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 4 Nov 2014 at 2:54

  • Changed state: Accepted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant