File tree 4 files changed +48
-88
lines changed
4 files changed +48
-88
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ t/exit-code.t
92
92
t/ext-filter.t
93
93
t/file-iterator.t
94
94
t/file-permission.t
95
- t/filetype-detection.t
95
+ t/filetype-detection.yaml
96
96
t/filetypes.t
97
97
t/filter.t
98
98
t/firstlinematch-filter.t
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Lua shebang
3
+ args :
4
+ - t/swamp -f -t lua
5
+ - t/swamp -f --lua
6
+ stdout : |
7
+ t/swamp/lua-shebang-test
8
+
9
+ ---
10
+ name : R extensions
11
+ args :
12
+ - -f -t rr
13
+ - -f --rr
14
+ stdout : |
15
+ t/swamp/example.R
16
+
17
+ ---
18
+ name : ASP.NET
19
+ args :
20
+ - -f -t aspx
21
+ - -f --aspx
22
+ stdout : |
23
+ t/swamp/MasterPage.master
24
+ t/swamp/Sample.ascx
25
+ t/swamp/Sample.asmx
26
+ t/swamp/sample.aspx
27
+ t/swamp/service.svc
28
+
29
+ ---
30
+ name : Python
31
+ args :
32
+ - t/swamp -f -t python
33
+ - t/swamp -f --python
34
+ stdout : |
35
+ t/swamp/test.py
36
+ t/swamp/foo_test.py
37
+ t/swamp/test_foo.py
38
+
39
+ ---
40
+ name : Pytest
41
+ args :
42
+ - t/swamp -f -t pytest
43
+ - t/swamp -f --pytest
44
+ stdout : |
45
+ t/swamp/foo_test.py
46
+ t/swamp/test_foo.py
Original file line number Diff line number Diff line change 3
3
use warnings;
4
4
use strict;
5
5
6
- use Test::More tests => 10 ;
6
+ use Test::More tests => 11 ;
7
7
8
8
use lib ' t' ;
9
9
use Util;
You can’t perform that action at this time.
0 commit comments