added more add mod integration tests
This commit is contained in:
@@ -1 +0,0 @@
|
||||
plugin.esl-add_test_1
|
||||
1
tests/data/mods/add_test_filter/image.jpg
Normal file
1
tests/data/mods/add_test_filter/image.jpg
Normal file
@@ -0,0 +1 @@
|
||||
image.jpg
|
||||
1
tests/data/mods/add_test_filter/plugin.esp
Normal file
1
tests/data/mods/add_test_filter/plugin.esp
Normal file
@@ -0,0 +1 @@
|
||||
plugin.esp
|
||||
1
tests/data/mods/add_test_filter/readme.txt
Normal file
1
tests/data/mods/add_test_filter/readme.txt
Normal file
@@ -0,0 +1 @@
|
||||
readme.txt
|
||||
1
tests/data/mods/add_test_filter/sub/extra.esp
Normal file
1
tests/data/mods/add_test_filter/sub/extra.esp
Normal file
@@ -0,0 +1 @@
|
||||
extra.esp
|
||||
1
tests/data/mods/add_test_nested/Data/plugin.esp
Normal file
1
tests/data/mods/add_test_nested/Data/plugin.esp
Normal file
@@ -0,0 +1 @@
|
||||
plugin.esp-add_test_2
|
||||
1
tests/data/mods/add_test_plain/plugin.esp
Normal file
1
tests/data/mods/add_test_plain/plugin.esp
Normal file
@@ -0,0 +1 @@
|
||||
plugin.esp-add_test_1
|
||||
1
tests/data/mods/add_test_root/skse.exe
Normal file
1
tests/data/mods/add_test_root/skse.exe
Normal file
@@ -0,0 +1 @@
|
||||
skse.exe
|
||||
@@ -29,5 +29,17 @@ path = "mod2"
|
||||
[mods.mod3]
|
||||
path = "mod3"
|
||||
|
||||
[mods.add_test_1]
|
||||
path = "add_test_1"
|
||||
[mods.add_test_plain]
|
||||
path = "add_test_plain"
|
||||
|
||||
[mods.add_test_nested]
|
||||
path = "add_test_nested"
|
||||
|
||||
[mods.add_test_root]
|
||||
path = "add_test_root"
|
||||
root_mod = true
|
||||
|
||||
[mods.add_test_filter]
|
||||
path = "add_test_filter"
|
||||
ignore = [ "*.txt", "image.jpg", "sub/*" ]
|
||||
root_mod = true
|
||||
|
||||
Reference in New Issue
Block a user