We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d0110 commit 6b6065cCopy full SHA for 6b6065c
2 files changed
CHANGELOG.md
@@ -0,0 +1,20 @@
1
+## 1.0.0-rc1 (2025-12-21)
2
+
3
+### BREAKING CHANGE
4
5
+- Centurion ERP will not include whats in this plugin
6
7
+### feat
8
9
+- **hook**: Add hook pytest_pycollect_makeitem
10
+- **test**: added test suites from Centurion ERP
11
12
+### Refactoring
13
14
+- rename src -> pytest_simplified
15
16
+## 0.1.0 (2025-12-21)
17
18
+### Fixes
19
20
+- **project**: corret entrypoint
pyproject.toml
@@ -15,7 +15,7 @@ build-backend = "setuptools.build_meta"
name = "pytest-simplified"
description = "A PyTest plugin to simplify testing classes."
-version = "0.1.0"
+version = "1.0.0-rc1"
readme = {file = "README.md", content-type = "text/markdown"}
21
requires-python = ">=3.11"
0 commit comments