/ruffus/test/run_all_unit_tests.cmd

https://code.google.com/p/ruffus/ · Batch · 47 lines · 46 code · 1 blank · 0 comment · 0 complexity · 4ca72c9707e0da0fc3056c84285c40b7 MD5 · raw file

  1. echo Running test_ruffus_utility.py
  2. python ./test_ruffus_utility.py
  3. echo Running test_file_name_parameters.py
  4. python ./test_file_name_parameters.py
  5. echo Running test_filesre_combine.py
  6. python ./test_filesre_combine.py -D -j 10
  7. echo Running test_filesre_split_and_combine.py
  8. python ./test_filesre_split_and_combine.py -D -j 100
  9. echo Running test_branching_dependencies.py
  10. python ./test_branching_dependencies.py -D -j 10
  11. echo Running test_branching_dependencies.py --touch_files_only
  12. python ./test_branching_dependencies.py -D -j 10 --touch_files_only
  13. echo Running test_exceptions.py
  14. python ./test_exceptions.py
  15. echo Running test_task_file_dependencies.py
  16. python ./test_task_file_dependencies.py
  17. echo Running test_task_misc.py
  18. python ./test_task_misc.py
  19. echo Running test_follows_mkdir.py
  20. python ./test_follows_mkdir.py
  21. echo Running test_N_x_M_and_collate.py
  22. python ./test_N_x_M_and_collate.py --debug -j 50
  23. echo Running test_collate.py
  24. python ./test_collate.py --debug
  25. echo Running test_split_and_combine.py
  26. python ./test_split_and_combine.py -D -j 50
  27. echo Running simpler_at_runtime.py
  28. python ./simpler_at_runtime.py --debug
  29. echo Running test_unicode_filenames.py
  30. python ./test_unicode_filenames.py -j 10
  31. echo Running test_inputs_with_multiple_args_raising_exception.py
  32. python ./test_inputs_with_multiple_args_raising_exception.py
  33. echo Running test_pausing.py
  34. python ./test_pausing.py --debug -j 10
  35. echo Running test_transform_with_no_re_matches.py
  36. python ./test_transform_with_no_re_matches.py
  37. echo Running test_empty_files_decorator.py
  38. python ./test_empty_files_decorator.py
  39. echo Running test_transform_inputs.py
  40. python ./test_transform_inputs.py
  41. echo Running test_files_decorator.py
  42. python ./test_files_decorator.py
  43. echo Running test_active_if.py
  44. python ./test_active_if.py -j2 -v
  45. echo Running test_softlink_uptodate.py
  46. python ./test_softlink_uptodate.py -j2 -v