1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests
W. Trevor King e5e455e0e5 Replace os.sep.join with the more robust os.path.join
From the Python docs for os.sep [1]:

  Note that knowing this is not sufficient to be able to parse or
  concatenate pathnames - use os.path.split() and os.path.join()...

Where I touched a line, I also changed double quoted string literals
to single quotes, since they are used more often in the source:

  wking@mjolnir ~/src/pelican $ git grep "'" pelican/*.py | wc -l
  683
  wking@mjolnir ~/src/pelican $ git grep '"' pelican/*.py | wc -l
  181

[1]: http://docs.python.org/3/library/os.html#os.sep
2013-03-21 11:38:14 -04:00
..
content Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
output External resources should be scheme-independent 2013-03-18 17:36:35 -07:00
TestPages Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
themes/assets Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
__init__.py Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
default_conf.py Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
support.py Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
test_contents.py Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
test_generators.py Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
test_importer.py Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
test_pelican.py Replace os.sep.join with the more robust os.path.join 2013-03-21 11:38:14 -04:00
test_plugins.py Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
test_readers.py Use comments in tests, not docstrings. 2013-03-10 22:42:46 -07:00
test_settings.py Use comments in tests, not docstrings. 2013-03-10 22:42:46 -07:00
test_utils.py Use comments in tests, not docstrings. 2013-03-10 22:42:46 -07:00
test_webassets.py Use comments in tests, not docstrings. 2013-03-10 22:42:46 -07:00