for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
import pytest
from pocketutils.logging.warning_utils import *
pocketutils.logging.warning_utils
os
warnings
GlobalWarningUtils
NotConstructableError
raises = pytest.raises
class TestWarningUtils:
def test(self):
pass
if __name__ == "__main__":
pytest.main()