Skip to content

Commit 66dc962

Browse files
committed
fix: rename all test files to pytest standard
1 parent b93adc8 commit 66dc962

32 files changed

+3
-3
lines changed

tests/testbuilder.py renamed to tests/test_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
import diffpy.srfit.equation.builder as builder
2323
import diffpy.srfit.equation.literals as literals
24-
from diffpy.srfit.tests.utils import _makeArgs
25-
from diffpy.srfit.tests.utils import noObserversInGlobalBuilders
24+
from .utils import _makeArgs
25+
from .utils import noObserversInGlobalBuilders
2626

2727

2828
class TestBuilder(unittest.TestCase):
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)