Skip to content

Releases: Quansight/pytest-pytorch

Disable plugin from the command line

25 May 08:28
b551426
Compare
Choose a tag to compare

This adds the --disable-pytest-pytorch command line option (#25), which makes it easier to debug incompatibilites with the vanilla pytest collection.

Support for `OpInfo`'s

21 Apr 12:34
a63b6fa
Compare
Choose a tag to compare

This minor release adds support for OpInfo's which are used more and more throughout the PyTorch test suite (#17).

Furthermore @xmnlab helped us to get pytest-pytorch into conda-forge. Installation instruction can be found in the README (#18).

Minor improvements

20 Apr 06:19
0279a23
Compare
Choose a tag to compare

This release includes two minor improvements:

  1. Support for selecting individual test cases if there names are nested, i.e. TestFoo and TestFooBar (#12)
  2. Removal of PyTorch as installation requirement (#14)

Initial release

14 Apr 21:07
7481139
Compare
Choose a tag to compare

pytest-pytorch is a lightweight pytest-plugin that enhances the developer experience when working with the PyTorch test suite if you come from a pytest background.