summaryrefslogtreecommitdiff
path: root/config/python_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/python_test.go')
-rw-r--r--config/python_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/python_test.go b/config/python_test.go
index 5912ae2..55e49c7 100644
--- a/config/python_test.go
+++ b/config/python_test.go
@@ -11,6 +11,7 @@ import (
func TestPythonConfigUnmarshalMerge(t *testing.T) {
cfg, err := config.ReadConfig([]byte(`---
+ version: v1
base: foo
python:
version: python2.7
@@ -36,6 +37,7 @@ func TestPythonConfigUnmarshalMerge(t *testing.T) {
func TestPythonConfigMergeEmpty(t *testing.T) {
cfg, err := config.ReadConfig([]byte(`---
+ version: v1
base: foo
python:
requirements: [requirements.txt]
@@ -57,6 +59,7 @@ func TestPythonConfigMergeEmpty(t *testing.T) {
func TestPythonConfigDoNotMergeNil(t *testing.T) {
cfg, err := config.ReadConfig([]byte(`---
+ version: v1
base: foo
python:
requirements: [requirements.txt]