tonybaloney / pytest-freethreaded

MIT License
31 stars 3 forks source link

Documentation and code don't agree on the flag for number of executions #14

Open glandium opened 1 month ago

glandium commented 1 month ago

The code uses --iterations (and iterations for the marker), but the README says --executions/executions. I'm not directly submitting a PR because I'm not sure which one you'd want.

While here, the README should probably make it clear that the flag is the total number of executions of the test, not the number of times the test runs on a single thread.