@@ -50,7 +50,7 @@ def test_quickstart_main_choose_individual_pythons_and_pytest(
50
50
tox ._quickstart .main (argv = ['tox-quickstart' ])
51
51
52
52
expected_tox_ini = """
53
- # Tox (https://tox.readthedocs.io/) is a tool for running tests
53
+ # tox (https://tox.readthedocs.io/) is a tool for running tests
54
54
# in multiple virtualenvs. This configuration file will run the
55
55
# test suite on all supported python versions. To use it, "pip install tox"
56
56
# and then run "tox" from this directory.
@@ -92,7 +92,7 @@ def test_quickstart_main_choose_individual_pythons_and_nose_adds_deps(
92
92
tox ._quickstart .main (argv = ['tox-quickstart' ])
93
93
94
94
expected_tox_ini = """
95
- # Tox (https://tox.readthedocs.io/) is a tool for running tests
95
+ # tox (https://tox.readthedocs.io/) is a tool for running tests
96
96
# in multiple virtualenvs. This configuration file will run the
97
97
# test suite on all supported python versions. To use it, "pip install tox"
98
98
# and then run "tox" from this directory.
@@ -134,7 +134,7 @@ def test_quickstart_main_choose_individual_pythons_and_trial_adds_deps(
134
134
tox ._quickstart .main (argv = ['tox-quickstart' ])
135
135
136
136
expected_tox_ini = """
137
- # Tox (https://tox.readthedocs.io/) is a tool for running tests
137
+ # tox (https://tox.readthedocs.io/) is a tool for running tests
138
138
# in multiple virtualenvs. This configuration file will run the
139
139
# test suite on all supported python versions. To use it, "pip install tox"
140
140
# and then run "tox" from this directory.
@@ -175,7 +175,7 @@ def test_quickstart_main_choose_individual_pythons_and_pytest_adds_deps(
175
175
tox ._quickstart .main (argv = ['tox-quickstart' ])
176
176
177
177
expected_tox_ini = """
178
- # Tox (https://tox.readthedocs.io/) is a tool for running tests
178
+ # tox (https://tox.readthedocs.io/) is a tool for running tests
179
179
# in multiple virtualenvs. This configuration file will run the
180
180
# test suite on all supported python versions. To use it, "pip install tox"
181
181
# and then run "tox" from this directory.
@@ -208,7 +208,7 @@ def test_quickstart_main_choose_py27_and_pytest_adds_deps(
208
208
tox ._quickstart .main (argv = ['tox-quickstart' ])
209
209
210
210
expected_tox_ini = """
211
- # Tox (https://tox.readthedocs.io/) is a tool for running tests
211
+ # tox (https://tox.readthedocs.io/) is a tool for running tests
212
212
# in multiple virtualenvs. This configuration file will run the
213
213
# test suite on all supported python versions. To use it, "pip install tox"
214
214
# and then run "tox" from this directory.
@@ -241,7 +241,7 @@ def test_quickstart_main_choose_py27_and_py33_and_pytest_adds_deps(
241
241
tox ._quickstart .main (argv = ['tox-quickstart' ])
242
242
243
243
expected_tox_ini = """
244
- # Tox (https://tox.readthedocs.io/) is a tool for running tests
244
+ # tox (https://tox.readthedocs.io/) is a tool for running tests
245
245
# in multiple virtualenvs. This configuration file will run the
246
246
# test suite on all supported python versions. To use it, "pip install tox"
247
247
# and then run "tox" from this directory.
@@ -274,7 +274,7 @@ def test_quickstart_main_choose_all_pythons_and_pytest_adds_deps(
274
274
tox ._quickstart .main (argv = ['tox-quickstart' ])
275
275
276
276
expected_tox_ini = """
277
- # Tox (https://tox.readthedocs.io/) is a tool for running tests
277
+ # tox (https://tox.readthedocs.io/) is a tool for running tests
278
278
# in multiple virtualenvs. This configuration file will run the
279
279
# test suite on all supported python versions. To use it, "pip install tox"
280
280
# and then run "tox" from this directory.
@@ -316,7 +316,7 @@ def test_quickstart_main_choose_individual_pythons_and_defaults(
316
316
tox ._quickstart .main (argv = ['tox-quickstart' ])
317
317
318
318
expected_tox_ini = """
319
- # Tox (https://tox.readthedocs.io/) is a tool for running tests
319
+ # tox (https://tox.readthedocs.io/) is a tool for running tests
320
320
# in multiple virtualenvs. This configuration file will run the
321
321
# test suite on all supported python versions. To use it, "pip install tox"
322
322
# and then run "tox" from this directory.
@@ -363,7 +363,7 @@ def test_quickstart_main_existing_tox_ini(self, monkeypatch):
363
363
tox ._quickstart .main (argv = ['tox-quickstart' ])
364
364
365
365
expected_tox_ini = """
366
- # Tox (https://tox.readthedocs.io/) is a tool for running tests
366
+ # tox (https://tox.readthedocs.io/) is a tool for running tests
367
367
# in multiple virtualenvs. This configuration file will run the
368
368
# test suite on all supported python versions. To use it, "pip install tox"
369
369
# and then run "tox" from this directory.
@@ -402,7 +402,7 @@ def test_quickstart_main_tox_ini_location_can_be_overridden(
402
402
assert tox_ini_path .isfile ()
403
403
404
404
expected_tox_ini = """
405
- # Tox (https://tox.readthedocs.io/) is a tool for running tests
405
+ # tox (https://tox.readthedocs.io/) is a tool for running tests
406
406
# in multiple virtualenvs. This configuration file will run the
407
407
# test suite on all supported python versions. To use it, "pip install tox"
408
408
# and then run "tox" from this directory.
@@ -444,7 +444,7 @@ def test_quickstart_main_custom_tox_ini_location_with_existing_tox_ini(
444
444
assert tox_ini_path .isfile ()
445
445
446
446
expected_tox_ini = """
447
- # Tox (https://tox.readthedocs.io/) is a tool for running tests
447
+ # tox (https://tox.readthedocs.io/) is a tool for running tests
448
448
# in multiple virtualenvs. This configuration file will run the
449
449
# test suite on all supported python versions. To use it, "pip install tox"
450
450
# and then run "tox" from this directory.
@@ -493,7 +493,7 @@ def test_pytest(self):
493
493
'deps' : 'pytest' ,
494
494
}
495
495
expected_tox_ini = """
496
- # Tox (https://tox.readthedocs.io/) is a tool for running tests
496
+ # tox (https://tox.readthedocs.io/) is a tool for running tests
497
497
# in multiple virtualenvs. This configuration file will run the
498
498
# test suite on all supported python versions. To use it, "pip install tox"
499
499
# and then run "tox" from this directory.
@@ -520,7 +520,7 @@ def test_setup_py_test(self):
520
520
'deps' : '' ,
521
521
}
522
522
expected_tox_ini = """
523
- # Tox (https://tox.readthedocs.io/) is a tool for running tests
523
+ # tox (https://tox.readthedocs.io/) is a tool for running tests
524
524
# in multiple virtualenvs. This configuration file will run the
525
525
# test suite on all supported python versions. To use it, "pip install tox"
526
526
# and then run "tox" from this directory.
@@ -546,7 +546,7 @@ def test_trial(self):
546
546
'deps' : 'Twisted' ,
547
547
}
548
548
expected_tox_ini = """
549
- # Tox (https://tox.readthedocs.io/) is a tool for running tests
549
+ # tox (https://tox.readthedocs.io/) is a tool for running tests
550
550
# in multiple virtualenvs. This configuration file will run the
551
551
# test suite on all supported python versions. To use it, "pip install tox"
552
552
# and then run "tox" from this directory.
@@ -577,7 +577,7 @@ def test_nosetests(self):
577
577
'deps' : 'nose' ,
578
578
}
579
579
expected_tox_ini = """
580
- # Tox (https://tox.readthedocs.io/) is a tool for running tests
580
+ # tox (https://tox.readthedocs.io/) is a tool for running tests
581
581
# in multiple virtualenvs. This configuration file will run the
582
582
# test suite on all supported python versions. To use it, "pip install tox"
583
583
# and then run "tox" from this directory.
0 commit comments