File tree Expand file tree Collapse file tree 6 files changed +25
-2
lines changed
test/cookbooks/python_test Expand file tree Collapse file tree 6 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ suites:
40
40
- name : exert
41
41
run_list :
42
42
- recipe[python]
43
- - recipe[python ::test_exert]
43
+ - recipe[python_test ::test_exert]
44
44
- name : virtualenv
45
45
run_list :
46
46
- recipe[python]
47
- - recipe[python ::test_virtualenv]
47
+ - recipe[python_test ::test_virtualenv]
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ group :integration do
6
6
cookbook "apt"
7
7
cookbook "yum"
8
8
cookbook "build-essential"
9
+ cookbook "python_test" , :path => "./test/cookbooks/python_test"
9
10
end
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change
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_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7
+ version '0.1.0'
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments