|
18 | 18 | True, |
19 | 19 | ]) |
20 | 20 | # --- |
| 21 | +# name: test_copyAllFiles |
| 22 | + list([ |
| 23 | + 'blankDir/', |
| 24 | + ' index.html', |
| 25 | + ' myRack.html', |
| 26 | + ' bonescrawlhome.html', |
| 27 | + ' bonesrunhome.html', |
| 28 | + ' bonesboundhome.html', |
| 29 | + ' report.html', |
| 30 | + ' template.html', |
| 31 | + ' bonescallhome.html', |
| 32 | + ' 404.html', |
| 33 | + ' robots.txt', |
| 34 | + ' emacsFiles.html', |
| 35 | + ' Power7.html', |
| 36 | + ' contact.html', |
| 37 | + ' static/', |
| 38 | + ' theDreadedTexFile.tex', |
| 39 | + ' styles.css', |
| 40 | + ' favicon.ico', |
| 41 | + ' theIdioticTimeDistributionOfAReport.pdf', |
| 42 | + ' js/', |
| 43 | + ' preloadImages.js', |
| 44 | + ' minimal-theme-switcher.js', |
| 45 | + ' anotherThemeChanger.js', |
| 46 | + ]) |
| 47 | +# --- |
21 | 48 | # name: test_dir |
22 | | - Namespace(dir=True, inputFile=['dir'], templates_dir=None, output='.', no_warnings=False, verbose=False) |
| 49 | + Namespace(dir=True, inputFile=['dir'], templates_dir=None, output='.', no_warnings=False, verbose=False, copy_all=False) |
23 | 50 | # --- |
24 | 51 | # name: test_getIncludeFileText |
25 | 52 | tuple( |
|
30 | 57 | ) |
31 | 58 | # --- |
32 | 59 | # name: test_infile |
33 | | - Namespace(dir=False, inputFile=['inputFile'], templates_dir=None, output='.', no_warnings=False, verbose=False) |
| 60 | + Namespace(dir=False, inputFile=['inputFile'], templates_dir=None, output='.', no_warnings=False, verbose=False, copy_all=False) |
34 | 61 | # --- |
35 | 62 | # name: test_lookForInclude |
36 | 63 | tuple( |
|
111 | 138 | ) |
112 | 139 | # --- |
113 | 140 | # name: test_templates_dir |
114 | | - Namespace(dir=True, inputFile=['dir'], templates_dir=['templates'], output='.', no_warnings=False, verbose=False) |
| 141 | + Namespace(dir=True, inputFile=['dir'], templates_dir=['templates'], output='.', no_warnings=False, verbose=False, copy_all=False) |
115 | 142 | # --- |
116 | 143 | # name: test_templates_infile |
117 | | - Namespace(dir=False, inputFile=['inputFile'], templates_dir=['template'], output='.', no_warnings=False, verbose=False) |
| 144 | + Namespace(dir=False, inputFile=['inputFile'], templates_dir=['template'], output='.', no_warnings=False, verbose=False, copy_all=False) |
118 | 145 | # --- |
119 | 146 | # name: test_templates_output_dir |
120 | | - Namespace(dir=True, inputFile=['dir'], templates_dir=['templates'], output=['output'], no_warnings=False, verbose=False) |
| 147 | + Namespace(dir=True, inputFile=['dir'], templates_dir=['templates'], output=['output'], no_warnings=False, verbose=False, copy_all=False) |
121 | 148 | # --- |
122 | 149 | # name: test_templates_output_infile |
123 | | - Namespace(dir=False, inputFile=['inputFile'], templates_dir=['template'], output=['output'], no_warnings=False, verbose=False) |
| 150 | + Namespace(dir=False, inputFile=['inputFile'], templates_dir=['template'], output=['output'], no_warnings=False, verbose=False, copy_all=False) |
124 | 151 | # --- |
125 | 152 | # name: test_verbose |
126 | | - Namespace(dir=False, inputFile=['inputFile'], templates_dir=None, output='.', no_warnings=False, verbose=True) |
| 153 | + Namespace(dir=False, inputFile=['inputFile'], templates_dir=None, output='.', no_warnings=False, verbose=True, copy_all=False) |
127 | 154 | # --- |
0 commit comments