tests: add plugin to execute tests in random order
This commit is contained in:
parent
8455cb409c
commit
0bcc2b668e
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "teilchensammler-cli"
|
name = "teilchensammler-cli"
|
||||||
version = "0.5.8a3"
|
version = "0.5.8a4"
|
||||||
description = "Build up and maintain an inventory of electronics parts and tools."
|
description = "Build up and maintain an inventory of electronics parts and tools."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.14,<4.0"
|
requires-python = ">=3.14,<4.0"
|
||||||
|
|
@ -49,6 +49,7 @@ dev = [
|
||||||
"pytest-asyncio>=1.3.0",
|
"pytest-asyncio>=1.3.0",
|
||||||
"pytest-cov>=7.0.0",
|
"pytest-cov>=7.0.0",
|
||||||
"pytest-deadfixtures>=3.1.0",
|
"pytest-deadfixtures>=3.1.0",
|
||||||
|
"pytest-randomly>=4.1.0",
|
||||||
"pytest-sugar>=1.1.1",
|
"pytest-sugar>=1.1.1",
|
||||||
"pytest-textual-snapshot>=1.0.0",
|
"pytest-textual-snapshot>=1.0.0",
|
||||||
"textual-dev>=1.8.0",
|
"textual-dev>=1.8.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue