Skip to content
Snippets Groups Projects

New fsl_generate_module_manifest command

Merged Paul McCarthy requested to merge mnt/size into master
9 files
+ 235
77
Compare changes
  • Side-by-side
  • Inline
Files
9
#!/usr/bin/env python
#!/usr/bin/env python
#
#
# test_plugin_manifest.py -
# test_manifest.py -
#
#
# Author: Paul McCarthy <pauldmccarthy@gmail.com>
# Author: Paul McCarthy <pauldmccarthy@gmail.com>
#
#
@@ -14,7 +14,7 @@ from unittest import mock
@@ -14,7 +14,7 @@ from unittest import mock
from . import tempdir, touch
from . import tempdir, touch
import fsl.add_module.plugin_manifest as plgman
import fsl.add_module.manifest as plgman
def test_downloadManifest():
def test_downloadManifest():
Loading