mirror of
https://github.com/laurivosandi/certidude.git
synced 2026-04-25 00:25:57 +03:00
[PR #5] [MERGED] Add basic test support via travis #59
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certidude-laurivosandi#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/laurivosandi/certidude/pull/5
Author: @plaes
Created: 9/14/2015
Status: ✅ Merged
Merged: 10/2/2015
Merged by: @laurivosandi
Base:
master← Head:tests📝 Commits (10+)
4c1c201Add basic tests81eef1dRemove the netifaces requirementb87184btesting: Add Travis support5dc9ce4Skip tests requiring certidude userc68c5d2Remove 'certidude' group requirement for creating CA configuration3e93aeecli: Make sure user doesn't accidentally overwrite existing setup706f4f7cli: sha1 is deprecated, use sha256 instead.46b957btravis: Add python-3.5 target5d5894aDrop netifaces requirement5cddbe2travis: Properly cache pip packages📊 Changes
8 files changed (+125 additions, -35 deletions)
View changed files
📝
.gitignore(+1 -0)➕
.travis.yml(+16 -0)📝
certidude/cli.py(+36 -23)📝
certidude/helpers.py(+0 -3)📝
certidude/wrappers.py(+22 -7)📝
requirements.txt(+0 -1)📝
setup.py(+0 -1)➕
tests/test_cli.py(+50 -0)📄 Description
Tests require py.test and need to be documented. But there are currently more pressing things todo.. ;)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.