hotpocket/services/packages/testing/hotpocket_testing/fixtures/common.py
Tomek Wójcik d909391ee6
Some checks failed
CI / Checks (push) Has been cancelled
Release v1.0.0rc1
2025-08-18 07:09:27 +02:00

13 lines
198 B
Python

# -*- coding: utf-8 -*-
# type: ignore
from __future__ import annotations
import uuid
import pytest
@pytest.fixture
def null_uuid():
return uuid.UUID('00000000-0000-0000-0000-000000000000')