[test suite] added two basic tests for installation and operations of the python fko extension
This commit is contained in:
17
test/tests/python_fko.pl
Normal file
17
test/tests/python_fko.pl
Normal file
@@ -0,0 +1,17 @@
|
||||
@python_fko = (
|
||||
{
|
||||
'category' => 'python fko extension',
|
||||
'subcategory' => 'compile/install',
|
||||
'detail' => 'to: ./python_fko/',
|
||||
'function' => \&python_fko_compile_install,
|
||||
'fatal' => $NO
|
||||
},
|
||||
{
|
||||
'category' => 'python fko extension',
|
||||
'subcategory' => 'basic exec',
|
||||
'detail' => 'import and use fko',
|
||||
'function' => \&python_fko_basic_exec,
|
||||
'fatal' => $NO
|
||||
},
|
||||
|
||||
);
|
||||
Reference in New Issue
Block a user