Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
cli: init cmd migrated to docopts. #144
Conversation
|
|
added a commit
that referenced
this pull request
Dec 3, 2015
sergiusens
merged commit 9408c16
into
snapcore:new-cli
Dec 3, 2015
sergiusens
deleted the
sergiusens:05-docopts-init
branch
Dec 3, 2015
kyrofa
reviewed
Dec 3, 2015
| + self.assertEqual( | ||
| + 'snapcraft.yaml already exists!\n', fake_logger.output) | ||
| + | ||
| + def test_init_must_write_snapcraft_yaml(self): |
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
sergiusens commentedDec 3, 2015
Signed-off-by: Sergio Schvezov sergio.schvezov@canonical.com