0

I have a folder containing several files starting with "test_" that each contain tests. How do I execute all the files, using py.test, under a single run, with Eclipse?

rbs
  • 169
  • 4
  • 10

1 Answers1

1

Right click on Parent/Test module, select Run As and then select Python unit-test. It will run all the test cases which starts with test_ of that module enter image description here

akash karothiya
  • 5,736
  • 1
  • 19
  • 29