سؤال

We are interested in load balancing our pytests across many servers. To accomplish this we want to generate a list of the tests that py.test would have ran but not actually run the tests. We will then feed this list into a work queue. Is there any way in py.test to generate such a report?

هل كانت مفيدة؟

المحلول

Is --collect-only is what you're looking for?

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top