Skip to content

Commit ed15c44

Browse files
author
Sylvain MARIE
committed
Changed the repr of NOT_USED to pytest_cases.NOT_USED
1 parent 7342f4f commit ed15c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_cases/main_fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def wrapped_fixture_func(*args, **kwargs):
477477

478478
class _NotUsed:
479479
def __repr__(self):
480-
return "<not_used>"
480+
return "pytest_cases.NOT_USED"
481481

482482

483483
NOT_USED = _NotUsed()

0 commit comments

Comments
 (0)