File tree Expand file tree Collapse file tree 15 files changed +21
-35
lines changed
Expand file tree Collapse file tree 15 files changed +21
-35
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ envlist =
66localdeps =
77 pip install --quiet --upgrade {toxinidir}/../core
88deps =
9- pytest
9+ {toxinidir}/../core
1010 mock
11+ pytest
1112covercmd =
1213 py.test --quiet \
1314 --cov =google.cloud.bigquery \
@@ -17,7 +18,6 @@ covercmd =
1718
1819[testenv]
1920commands =
20- {[testing]localdeps}
2121 py.test --quiet {posargs} unit_tests
2222deps =
2323 {[testing]deps}
2626basepython =
2727 python2.7
2828commands =
29- {[testing]localdeps}
3029 {[testing]covercmd}
3130deps =
3231 {[testenv]deps}
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ envlist =
66localdeps =
77 pip install --quiet --upgrade {toxinidir}/../core
88deps =
9+ {toxinidir}/../core
910 pytest
1011covercmd =
1112 py.test --quiet \
@@ -16,7 +17,6 @@ covercmd =
1617
1718[testenv]
1819commands =
19- {[testing]localdeps}
2020 py.test --quiet {posargs} unit_tests
2121deps =
2222 {[testing]deps}
2525basepython =
2626 python2.7
2727commands =
28- {[testing]localdeps}
2928 {[testing]covercmd}
3029deps =
3130 {[testenv]deps}
Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ envlist =
66localdeps =
77 pip install --quiet --upgrade {toxinidir}/../core
88deps =
9- pytest
9+ {toxinidir}/../core
1010 mock
11+ pytest
1112covercmd =
1213 py.test --quiet \
1314 --cov =google.cloud.datastore \
@@ -17,7 +18,6 @@ covercmd =
1718
1819[testenv]
1920commands =
20- {[testing]localdeps}
2121 py.test --quiet {posargs} unit_tests
2222deps =
2323 {[testing]deps}
2626basepython =
2727 python2.7
2828commands =
29- {[testing]localdeps}
3029 {[testing]covercmd}
3130deps =
3231 {[testenv]deps}
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ envlist =
66localdeps =
77 pip install --quiet --upgrade {toxinidir}/../core
88deps =
9+ {toxinidir}/../core
910 pytest
1011covercmd =
1112 py.test --quiet \
@@ -16,7 +17,6 @@ covercmd =
1617
1718[testenv]
1819commands =
19- {[testing]localdeps}
2020 py.test --quiet {posargs} unit_tests
2121deps =
2222 {[testing]deps}
2525basepython =
2626 python2.7
2727commands =
28- {[testing]localdeps}
2928 {[testing]covercmd}
3029deps =
3130 {[testenv]deps}
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ localdeps =
88 {toxinidir}/../core \
99 {toxinidir}/../logging
1010deps =
11+ {toxinidir}/../core
12+ {toxinidir}/../logging
1113 pytest
1214covercmd =
1315 py.test --quiet \
@@ -18,7 +20,6 @@ covercmd =
1820
1921[testenv]
2022commands =
21- {[testing]localdeps}
2223 py.test --quiet {posargs} unit_tests
2324deps =
2425 {[testing]deps}
2728basepython =
2829 python2.7
2930commands =
30- {[testing]localdeps}
3131 {[testing]covercmd}
3232deps =
3333 {[testenv]deps}
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ envlist =
66localdeps =
77 pip install --quiet --upgrade {toxinidir}/../core
88deps =
9+ {toxinidir}/../core
910 pytest
1011covercmd =
1112 py.test --quiet \
@@ -16,7 +17,6 @@ covercmd =
1617
1718[testenv]
1819commands =
19- {[testing]localdeps}
2020 py.test --quiet {posargs} unit_tests
2121deps =
2222 {[testing]deps}
2525basepython =
2626 python2.7
2727commands =
28- {[testing]localdeps}
2928 {[testing]covercmd}
3029deps =
3130 {[testenv]deps}
Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ envlist =
66localdeps =
77 pip install --quiet --upgrade {toxinidir}/../core
88deps =
9- pytest
9+ {toxinidir}/../core
1010 mock
11+ pytest
1112covercmd =
1213 py.test --quiet \
1314 --cov =google.cloud.logging \
@@ -17,7 +18,6 @@ covercmd =
1718
1819[testenv]
1920commands =
20- {[testing]localdeps}
2121 py.test --quiet {posargs} unit_tests
2222deps =
2323 {[testing]deps}
2626basepython =
2727 python2.7
2828commands =
29- {[testing]localdeps}
3029 {[testing]covercmd}
3130deps =
3231 {[testenv]deps}
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ envlist =
66localdeps =
77 pip install --quiet --upgrade {toxinidir}/../core
88deps =
9+ {toxinidir}/../core
910 pytest
1011covercmd =
1112 py.test --quiet \
@@ -16,7 +17,6 @@ covercmd =
1617
1718[testenv]
1819commands =
19- {[testing]localdeps}
2020 py.test --quiet {posargs} unit_tests
2121deps =
2222 {[testing]deps}
2626basepython =
2727 python2.7
2828commands =
29- {[testing]localdeps}
3029 {[testing]covercmd}
3130deps =
3231 {[testing]deps}
Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ envlist =
66localdeps =
77 pip install --quiet --upgrade {toxinidir}/../core
88deps =
9- pytest
9+ {toxinidir}/../core
1010 mock
11+ pytest
1112covercmd =
1213 py.test --quiet \
1314 --cov =google.cloud.pubsub \
@@ -17,7 +18,6 @@ covercmd =
1718
1819[testenv]
1920commands =
20- {[testing]localdeps}
2121 py.test --quiet {posargs} unit_tests
2222deps =
2323 {[testing]deps}
2626basepython =
2727 python2.7
2828commands =
29- {[testing]localdeps}
3029 {[testing]covercmd}
3130deps =
3231 {[testenv]deps}
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ envlist =
66localdeps =
77 pip install --quiet --upgrade {toxinidir}/../core
88deps =
9+ {toxinidir}/../core
910 pytest
1011covercmd =
1112 py.test --quiet \
@@ -16,7 +17,6 @@ covercmd =
1617
1718[testenv]
1819commands =
19- {[testing]localdeps}
2020 py.test --quiet {posargs} unit_tests
2121deps =
2222 {[testing]deps}
2525basepython =
2626 python2.7
2727commands =
28- {[testing]localdeps}
2928 {[testing]covercmd}
3029deps =
3130 {[testenv]deps}
You can’t perform that action at this time.
0 commit comments