gecko-dev/testing/mozbase/mozfile/tests
Andrew Halberstadt ce87b08ac4 Bug 1436037 - [python] Create Windows python-test tasks, r=gps
The following python-test paths are being moved out of 'make check' and into their own task:
- python/mozlint
- testing/mozbase
- tools/lint

The following python-test paths previously did not run on Windows:
- python/mozterm
- testing/marionette
- testing/raptor
- tools/tryselect

Differential Revision: https://phabricator.services.mozilla.com/D10759

--HG--
extra : moz-landing-system : lando
2018-12-05 19:20:16 +00:00
..
files
manifest.ini Bug 1436037 - [python] Create Windows python-test tasks, r=gps 2018-12-05 19:20:16 +00:00
stubs.py Bug 1434430 - [flake8] Fix blank 'except' statements r=rwood 2018-01-31 14:32:08 -05:00
test_extract.py Bug 1471622 - Fix mozfile's test_extract.py under Python 3.5; r=davehunt 2018-07-03 09:56:18 +02:00
test_load.py mozfile: Fix Python 3 compat issue in mozfile test_load.py (Bug 1492401) r=davehunt 2018-09-19 17:53:35 +00:00
test_move_remove.py mozfile: Fix Python 3 compat issue in mozfile test_move_remove.py (Bug 1471622) r=ahal 2018-09-19 20:25:39 +00:00
test_tempdir.py
test_tempfile.py Bug 1471622 - Fix mozfile's test_tempfile.py under Python 3.5; r=davehunt 2018-07-03 10:09:41 +02:00
test_tree.py Bug 1452864 - [mozfile] tree() broken with Unicode characters in path. r=gbrown 2018-04-10 09:31:10 +02:00
test_url.py