pytest-order 1.2.0-1 source package in Ubuntu

Changelog

pytest-order (1.2.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release 1.2.0.

 -- Boyuan Yang <email address hidden>  Mon, 05 Feb 2024 15:02:43 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-order_1.2.0-1.dsc 2.2 KiB e2a0ab3ea819db427d13c61976208a632e2e1d8b11becb024e434ddaea4f9e04
pytest-order_1.2.0.orig.tar.gz 43.6 KiB ae70c66b5a763080a230015747dd8ae37050d84b7faa43fbec85a9b3cafc1491
pytest-order_1.2.0-1.debian.tar.xz 3.0 KiB f036aa5065a21eb3527b0968c2f04a83bf122cecc1d563c933dc7d8a527c28bc

Available diffs

No changes file available.

Binary packages built by this source

python-pytest-order-doc: pytest plugin to order test execution (documentation)

 pytest-order is a pytest plugin that allows you to customize the order
 in which your tests are run. It uses the marker order that defines
 when a specific test shall run, either by using an ordinal number, or
 by specifying the relationship to other tests.
 .
 This package contains the pytest-order documentation in HTML format.

python3-pytest-order: pytest plugin to order test execution

 pytest-order is a pytest plugin that allows you to customize the order
 in which your tests are run. It uses the marker order that defines
 when a specific test shall run, either by using an ordinal number, or
 by specifying the relationship to other tests.