mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Rollback unneeded changes
This commit is contained in:
parent
4762815568
commit
9e76ad9699
1 changed files with 2 additions and 3 deletions
|
|
@ -16,11 +16,10 @@ def _path(*args):
|
|||
|
||||
class ReaderTest(unittest.TestCase):
|
||||
|
||||
def read_file(self, path, cache_name='', **kwargs):
|
||||
def read_file(self, path, **kwargs):
|
||||
# Isolate from future API changes to readers.read_file
|
||||
|
||||
r = readers.Readers(
|
||||
cache_name=cache_name, settings=get_settings(**kwargs))
|
||||
r = readers.Readers(settings=get_settings(**kwargs))
|
||||
return r.read_file(base_path=CONTENT_PATH, path=path)
|
||||
|
||||
def assertDictHasSubset(self, dictionary, subset):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue