Bruno Binet
c74abe579b
Don't rewrite URLs
...
Remove the code that was appending ../static in front of some URLs, and add a
way to do cross-content linking.
2012-12-01 21:30:50 +01:00
Bruno Binet
1c44f49d1b
remove importlib dependency
...
importlib is only available for python >= 2.7
2012-11-23 15:51:01 +01:00
Simon
7ff0d0e686
Move webassets tests in their own file.
2012-11-20 23:42:11 +01:00
Simon
ae8cf9defd
refactor the check of executable for unit tests
...
pandoc was checked directly with a `os.system` call, and the output with version
and copyright of pandoc was displayed when running tests.
- replace the pandoc check with the `skipIfNoExecutable` function.
- in `skipIfNoExecutable`, the `valid_exit_code` is not needed, the executable
is not found if an `OSError` exception is catched.
2012-10-25 22:50:29 +02:00
Bruno Binet
fe9388a7a4
Merge remote-tracking branch 'origin/master' into fix-functional-tests
...
Conflicts:
tests/support.py
2012-07-05 01:22:31 +02:00
sam
ba8ed9fb18
Added strip raw option to wordpress xml importer
2012-05-13 23:37:33 +02:00
Bruno Binet
e82c6512b4
clean up temporary dirs in tearDown to force cleanup even if tests fail
2012-05-12 02:03:18 +02:00
Meir Kriheli
d4e981f916
unittest helper: Skip if exectuable not found
2012-04-28 02:41:48 +03:00
Andrea Crotti
ff5921a469
- move the try/except dance in support.py
...
- use relative . imports in test files
- remove the "future with import", since python < 2.6 is not supported
2012-03-18 21:08:43 +00:00
Alexis Metaireau
32355f5463
add some more tests for the utils module
2012-03-11 15:51:48 +01:00
Alexis Metaireau
fbf89687cc
start functional testing
2012-03-11 01:59:58 +01:00