File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ build-backend = "setuptools.build_meta"
1515name = " pytest-simplified"
1616description = " A PyTest plugin to simplify testing classes."
1717
18- version = " 0. 1.0"
18+ version = " 1.0.0-rc1 "
1919
2020readme = {file = " README.md" , content-type = " text/markdown" }
2121requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments