Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit da1c52b

Browse filesBrowse files
Fix Travis CI tests. (#246)
1 parent 6529224 commit da1c52b
Copy full SHA for da1c52b

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎blurb/blurb.py

Copy file name to clipboardExpand all lines: blurb/blurb.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ def save_split_next(self):
649649
tests_run = 0
650650

651651
class TestParserPasses(unittest.TestCase):
652-
directory = "tests/pass"
652+
directory = "blurb/tests/pass"
653653

654654
def filename_test(self, filename):
655655
b = Blurbs()
@@ -667,7 +667,7 @@ def test_files(self):
667667

668668

669669
class TestParserFailures(TestParserPasses):
670-
directory = "tests/fail"
670+
directory = "blurb/tests/fail"
671671

672672
def filename_test(self, filename):
673673
b = Blurbs()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.