Skip to content

Third and final release candidate! Lots of workers!

Pre-release
Pre-release
Compare
Choose a tag to compare
@NyanKiyoshi NyanKiyoshi released this 06 Jun 16:24
· 13 commits to master since this release

The plugin now supports pytest-xdist which allows you to run as many tests per worker as you want while running our plugin!

In the second release candidate we also did:

  • Renamed the marker description to be more meaningful about was it does.
  • Fixed a typo in the project description (PyPi and GitHub).
  • Added help texts for named parameters in the cli.
  • Fixed the wrong help text saying it is taking an integer when it actually expects a file path.
  • Users can now mark tests without having the count_queries fixture injected automatically if a custom order or manual usage is needed.
  • Added a better filtering of unwanted keywords in humanization of test names. It now handles test cases names inside modules (dotted import names).
  • Added a backup command to django-queries to make it easier of making a copy of the current results.