cli: init cmd migrated to docopts. #144

Merged
merged 1 commit into from Dec 3, 2015

Conversation

Projects
None yet
3 participants
Collaborator

sergiusens commented Dec 3, 2015

Signed-off-by: Sergio Schvezov sergio.schvezov@canonical.com

cli: init cmd migrated to docopts.
Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com>
Member

elopio commented Dec 3, 2015

👍

sergiusens added a commit that referenced this pull request Dec 3, 2015

Merge pull request #144 from sergiusens/05-docopts-init
cli: init cmd migrated to docopts.

@sergiusens sergiusens merged commit 9408c16 into snapcore:new-cli Dec 3, 2015

2 checks passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
coverage/coveralls Coverage increased (+0.03%) to 78.263%
Details

@sergiusens sergiusens deleted the sergiusens:05-docopts-init branch Dec 3, 2015

+ self.assertEqual(
+ 'snapcraft.yaml already exists!\n', fake_logger.output)
+
+ def test_init_must_write_snapcraft_yaml(self):
@kyrofa

kyrofa Dec 3, 2015

Member

Perhaps this test should check that the snapcraft.yaml is actually created instead of only checking the stdout?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment