Skip to content

Commit e8064b3

Browse files
committed
fixup! Move 'blurb merge' to blurb._merge
1 parent 2bc3234 commit e8064b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_parser.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
import pytest
55

6-
from blurb.blurb import Blurbs, pushd
6+
from blurb._versions import chdir
7+
from blurb.blurb import Blurbs
78

89

910
class TestParserPasses:
@@ -19,7 +20,7 @@ def filename_test(self, filename):
1920
assert str(b) == expected
2021

2122
def test_files(self):
22-
with pushd(self.directory):
23+
with chdir(self.directory):
2324
for filename in glob.glob("*"):
2425
if filename.endswith(".res"):
2526
assert os.path.exists(filename[:-4]), filename

0 commit comments

Comments
 (0)