Skip to content

Commit

Permalink
Add basic test
Browse files Browse the repository at this point in the history
  • Loading branch information
Xarthisius committed Mar 27, 2019
1 parent 009dd0b commit 3e89d6f
Show file tree
Hide file tree
Showing 4 changed files with 456 additions and 1 deletion.
7 changes: 6 additions & 1 deletion plugin.cmake
Expand Up @@ -7,7 +7,12 @@ add_python_test(harvester
plugins/wholetale/test_list_files.txt
)
add_python_test(image PLUGIN wholetale)
add_python_test(tale PLUGIN wholetale)
add_python_test(tale
PLUGIN wholetale
EXTERNAL_DATA
plugins/wholetale/5c92fbd472a9910001fbff72.zip
plugins/wholetale/tale_import_zip.txt
)
add_python_test(instance PLUGIN wholetale)
add_python_test(constants PLUGIN wholetale)
add_python_test(utils PLUGIN wholetale)
Expand Down
Binary file added plugin_tests/data/5c92fbd472a9910001fbff72.zip
Binary file not shown.

0 comments on commit 3e89d6f

Please sign in to comment.