Skip to content

Commit d8c1158

Browse files
author
Alex Burke
committed
Define "workflows" feature.
1 parent 2c1348a commit d8c1158

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

FEATURES.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
default_on = True
55
has_postinstall = True
66
feature_url = http://foo.bar/baz
7+
8+
[WORKFLOWS]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
papermill
2+
nbconvert
3+
nbformat

tests/test_mig_install_features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def test_command_show(self):
228228

229229
self.assertEqual(ret, 0)
230230
self.assertOutputLines(fake_print, [
231-
"available features: CLOUD, MIGUX",
231+
"available features: CLOUD, MIGUX, WORKFLOWS",
232232
])
233233

234234

0 commit comments

Comments
 (0)