Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked frompoise/python

Commitd67e2ef

Browse files
committed
- Move test recipes into a cookbook called python_test
Updated .kitchen.yml to reflect the changeSigned-off-by: Scott M. Likens <scott@mopub.com>
1 parent97da0b5 commitd67e2ef

File tree

6 files changed

+25
-2
lines changed

6 files changed

+25
-2
lines changed

‎.kitchen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ suites:
4040
-name:exert
4141
run_list:
4242
-recipe[python]
43-
-recipe[python::test_exert]
43+
-recipe[python_test::test_exert]
4444
-name:virtualenv
4545
run_list:
4646
-recipe[python]
47-
-recipe[python::test_virtualenv]
47+
-recipe[python_test::test_virtualenv]

‎Berksfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ group :integration do
66
cookbook"apt"
77
cookbook"yum"
88
cookbook"build-essential"
9+
cookbook"python_test",:path=>"./test/cookbooks/python_test"
910
end

‎test/cookbooks/python_test/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
python_test Cookbook
2+
====================
3+
4+
This cookbook tests the pip and virtualenv providers
5+
6+
Requirements
7+
------------
8+
9+
####packages
10+
-`python` - Version*2.5* or higher
11+
12+
License and Authors
13+
-------------------
14+
Authors: Scott Likens<scott@mopub.com>
15+
Sean Porter<portertech@gmail.com>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name'python_test'
2+
maintainer'Scott Likens'
3+
maintainer_email'scott@mopub.com'
4+
license'Apache 2.0'
5+
description'Installs/Configures python_test'
6+
long_descriptionIO.read(File.join(File.dirname(__FILE__),'README.md'))
7+
version'0.1.0'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp