Hi Folks, I'm starting out reading through the py.test codebase in order to: 1) Educate myself on how test frameworks are structured. 2) Experiment with using pieces of the_silver_searcher <https://github.com/ggreer/the_silver_searcher> or reducing the number of missed stat() calls python makes to increase the speed of test discovery. 3) Be able to figure out answers to specific questions I have such as "How do I get specific subsets of tests to run when the -k or -m options don't seem to actually prevent tests from being run?"
If it isn't too much trouble, does anyone here suggestions for what the best order to follow when reading the codebase? Any contributors that could retell how they built a clear mental model of it when they started? Thank you, Andrew
_______________________________________________ pytest-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-dev
