Renamed test function.

This commit is contained in:
Antoni Boucher 2015-08-08 15:40:18 -04:00
parent 14ae308279
commit a6010e3ead

View File

@ -130,7 +130,7 @@ class TestResourceFilename:
# Want to test unfrozen tests, but we are frozen
pytest.skip("Can't run with sys.frozen = True!")
def test_readfile(self):
def test_resource_filename(self):
"""Read a test file."""
filename = utils.resource_filename(os.path.join('utils', 'testfile'))
expected = os.path.abspath('./qutebrowser/utils/testfile')