From a277d9deabff8c3b9eaa7e2e9e48dedb1be7779d Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 02:39:18 +0000 Subject: [PATCH] Add test configuration and fixtures --- tests/conftest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index 0a992e0..76a0ac3 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,6 +1,5 @@ """Pytest configuration and fixtures.""" -import os import sys from pathlib import Path @@ -135,4 +134,4 @@ class ExampleClass: The current value """ return self.value -''' +''' \ No newline at end of file