Browse Source

[test] Rename `test_songbook` to `test_book`

To ease tab completion when changing directory (since `test_song` has the same prefix).
pull/219/head
Louis 8 years ago
parent
commit
9489a334d9
  1. 0
      test/test_book/.gitignore
  2. 0
      test/test_book/__init__.py
  3. 0
      test/test_book/content.tex.control
  4. 0
      test/test_book/content.yaml
  5. 0
      test/test_book/content_datadir/content/foo.tex
  6. 0
      test/test_book/content_datadir/content/inter.isg
  7. 0
      test/test_book/content_datadir/content/song.csg
  8. 0
      test/test_book/content_datadir/content/song.tsg
  9. 0
      test/test_book/content_datadir/songs/include.sbc
  10. 0
      test/test_book/content_datadir/songs/inter.isg
  11. 0
      test/test_book/content_datadir/songs/song.csg
  12. 0
      test/test_book/content_datadir/songs/song.tsg
  13. 0
      test/test_book/datadir.tex.control
  14. 0
      test/test_book/datadir.yaml
  15. 0
      test/test_book/datadir_datadir/img/datadir.png
  16. 0
      test/test_book/datadir_datadir/scores/datadir.ly
  17. 0
      test/test_book/datadir_datadir/songs/datadir.csg
  18. 0
      test/test_book/datadir_datadir/songs/datadir.tsg
  19. 0
      test/test_book/datadir_datadir/songs/datadir2.csg
  20. 0
      test/test_book/datadir_datadir/songs/datadir2.sg
  21. 0
      test/test_book/datadir_datadir/songs/relative.csg
  22. 0
      test/test_book/datadir_datadir/songs/relative.ly
  23. 0
      test/test_book/datadir_datadir/songs/relative.png
  24. 0
      test/test_book/datadir_datadir/songs/relative.tsg
  25. 0
      test/test_book/datadir_datadir/songs/subdir/subdir.csg
  26. 0
      test/test_book/datadir_datadir/songs/subdir/subdir.ly
  27. 0
      test/test_book/datadir_datadir/songs/subdir/subdir.png
  28. 0
      test/test_book/datadir_datadir/songs/subdir/subdir.tsg
  29. 0
      test/test_book/datadir_datadir2/img/datadir2.png
  30. 0
      test/test_book/datadir_datadir2/scores/datadir2.ly
  31. 0
      test/test_book/lang_default.tex.control
  32. 0
      test/test_book/lang_default.yaml
  33. 0
      test/test_book/lang_en.tex.control
  34. 0
      test/test_book/lang_en.yaml
  35. 0
      test/test_book/lang_fr.tex.control
  36. 0
      test/test_book/lang_fr.yaml
  37. 0
      test/test_book/languages.tex.control
  38. 0
      test/test_book/languages.yaml
  39. 0
      test/test_book/languages_datadir/songs/language.csg
  40. 0
      test/test_book/languages_datadir/songs/language_location.csg
  41. 0
      test/test_book/languages_datadir/songs/no_language.csg
  42. 0
      test/test_book/languages_datadir/songs/wrong_language.csg
  43. 0
      test/test_book/languages_datadir/songs/wrong_location.csg
  44. 0
      test/test_book/onthefly/content.onthefly.tex.control
  45. 0
      test/test_book/onthefly/content.onthefly.yaml
  46. 0
      test/test_book/syntax.tex.control
  47. 0
      test/test_book/syntax.yaml
  48. 0
      test/test_book/syntax_datadir/songs/musicnote.csg
  49. 0
      test/test_book/test_compilation.py
  50. 0
      test/test_book/unicode.tex.control
  51. 0
      test/test_book/unicode.yaml
  52. 0
      test/test_book/unicode_datadir/songs/nonbreak.csg

0
test/test_songbook/.gitignore → test/test_book/.gitignore

0
test/test_songbook/__init__.py → test/test_book/__init__.py

0
test/test_songbook/content.tex.control → test/test_book/content.tex.control

0
test/test_songbook/content.yaml → test/test_book/content.yaml

0
test/test_songbook/content_datadir/content/foo.tex → test/test_book/content_datadir/content/foo.tex

0
test/test_songbook/content_datadir/content/inter.isg → test/test_book/content_datadir/content/inter.isg

0
test/test_songbook/content_datadir/content/song.csg → test/test_book/content_datadir/content/song.csg

0
test/test_songbook/content_datadir/content/song.tsg → test/test_book/content_datadir/content/song.tsg

0
test/test_songbook/content_datadir/songs/include.sbc → test/test_book/content_datadir/songs/include.sbc

0
test/test_songbook/content_datadir/songs/inter.isg → test/test_book/content_datadir/songs/inter.isg

0
test/test_songbook/content_datadir/songs/song.csg → test/test_book/content_datadir/songs/song.csg

0
test/test_songbook/content_datadir/songs/song.tsg → test/test_book/content_datadir/songs/song.tsg

0
test/test_songbook/datadir.tex.control → test/test_book/datadir.tex.control

0
test/test_songbook/datadir.yaml → test/test_book/datadir.yaml

0
test/test_songbook/datadir_datadir/img/datadir.png → test/test_book/datadir_datadir/img/datadir.png

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

0
test/test_songbook/datadir_datadir/scores/datadir.ly → test/test_book/datadir_datadir/scores/datadir.ly

0
test/test_songbook/datadir_datadir/songs/datadir.csg → test/test_book/datadir_datadir/songs/datadir.csg

0
test/test_songbook/datadir_datadir/songs/datadir.tsg → test/test_book/datadir_datadir/songs/datadir.tsg

0
test/test_songbook/datadir_datadir/songs/datadir2.csg → test/test_book/datadir_datadir/songs/datadir2.csg

0
test/test_songbook/datadir_datadir/songs/datadir2.sg → test/test_book/datadir_datadir/songs/datadir2.sg

0
test/test_songbook/datadir_datadir/songs/relative.csg → test/test_book/datadir_datadir/songs/relative.csg

0
test/test_songbook/datadir_datadir/songs/relative.ly → test/test_book/datadir_datadir/songs/relative.ly

0
test/test_songbook/datadir_datadir/songs/relative.png → test/test_book/datadir_datadir/songs/relative.png

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

0
test/test_songbook/datadir_datadir/songs/relative.tsg → test/test_book/datadir_datadir/songs/relative.tsg

0
test/test_songbook/datadir_datadir/songs/subdir/subdir.csg → test/test_book/datadir_datadir/songs/subdir/subdir.csg

0
test/test_songbook/datadir_datadir/songs/subdir/subdir.ly → test/test_book/datadir_datadir/songs/subdir/subdir.ly

0
test/test_songbook/datadir_datadir/songs/subdir/subdir.png → test/test_book/datadir_datadir/songs/subdir/subdir.png

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

0
test/test_songbook/datadir_datadir/songs/subdir/subdir.tsg → test/test_book/datadir_datadir/songs/subdir/subdir.tsg

0
test/test_songbook/datadir_datadir2/img/datadir2.png → test/test_book/datadir_datadir2/img/datadir2.png

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

0
test/test_songbook/datadir_datadir2/scores/datadir2.ly → test/test_book/datadir_datadir2/scores/datadir2.ly

0
test/test_songbook/lang_default.tex.control → test/test_book/lang_default.tex.control

0
test/test_songbook/lang_default.yaml → test/test_book/lang_default.yaml

0
test/test_songbook/lang_en.tex.control → test/test_book/lang_en.tex.control

0
test/test_songbook/lang_en.yaml → test/test_book/lang_en.yaml

0
test/test_songbook/lang_fr.tex.control → test/test_book/lang_fr.tex.control

0
test/test_songbook/lang_fr.yaml → test/test_book/lang_fr.yaml

0
test/test_songbook/languages.tex.control → test/test_book/languages.tex.control

0
test/test_songbook/languages.yaml → test/test_book/languages.yaml

0
test/test_songbook/languages_datadir/songs/language.csg → test/test_book/languages_datadir/songs/language.csg

0
test/test_songbook/languages_datadir/songs/language_location.csg → test/test_book/languages_datadir/songs/language_location.csg

0
test/test_songbook/languages_datadir/songs/no_language.csg → test/test_book/languages_datadir/songs/no_language.csg

0
test/test_songbook/languages_datadir/songs/wrong_language.csg → test/test_book/languages_datadir/songs/wrong_language.csg

0
test/test_songbook/languages_datadir/songs/wrong_location.csg → test/test_book/languages_datadir/songs/wrong_location.csg

0
test/test_songbook/onthefly/content.onthefly.tex.control → test/test_book/onthefly/content.onthefly.tex.control

0
test/test_songbook/onthefly/content.onthefly.yaml → test/test_book/onthefly/content.onthefly.yaml

0
test/test_songbook/syntax.tex.control → test/test_book/syntax.tex.control

0
test/test_songbook/syntax.yaml → test/test_book/syntax.yaml

0
test/test_songbook/syntax_datadir/songs/musicnote.csg → test/test_book/syntax_datadir/songs/musicnote.csg

0
test/test_songbook/test_compilation.py → test/test_book/test_compilation.py

0
test/test_songbook/unicode.tex.control → test/test_book/unicode.tex.control

0
test/test_songbook/unicode.yaml → test/test_book/unicode.yaml

0
test/test_songbook/unicode_datadir/songs/nonbreak.csg → test/test_book/unicode_datadir/songs/nonbreak.csg

Loading…
Cancel
Save