Renamed test function.
This commit is contained in:
parent
14ae308279
commit
a6010e3ead
@ -130,7 +130,7 @@ class TestResourceFilename:
|
|||||||
# Want to test unfrozen tests, but we are frozen
|
# Want to test unfrozen tests, but we are frozen
|
||||||
pytest.skip("Can't run with sys.frozen = True!")
|
pytest.skip("Can't run with sys.frozen = True!")
|
||||||
|
|
||||||
def test_readfile(self):
|
def test_resource_filename(self):
|
||||||
"""Read a test file."""
|
"""Read a test file."""
|
||||||
filename = utils.resource_filename(os.path.join('utils', 'testfile'))
|
filename = utils.resource_filename(os.path.join('utils', 'testfile'))
|
||||||
expected = os.path.abspath('./qutebrowser/utils/testfile')
|
expected = os.path.abspath('./qutebrowser/utils/testfile')
|
||||||
|
Loading…
Reference in New Issue
Block a user