FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Rename duplicated test name · bpython/bpython@79de0c6 · GitHub

Commit 79de0c6

Browse files
committed
Rename duplicated test name
1 parent f8d3889 commit 79de0c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎bpython/test/test_importcompletion.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_import(self):
4848
)
4949

5050
@unittest.expectedFailure
51-
def test_import_empty(self):
51+
def test_import_blank(self):
5252
self.assertSetEqual(
5353
self.module_gatherer.complete(7, "import "),
5454
{"zzabc", "zzabd", "zzefg"},

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL