From 359eea66311e8e8b75b2ab5c1fb7a337d1e4dd7e Mon Sep 17 00:00:00 2001 From: Armen Zambrano G Date: Wed, 25 May 2016 08:59:14 -0400 Subject: [PATCH] Reveal hidden .json files + improve downloading allthethings.json --- .gitignore | 4 +++- tox.ini | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2279962..db9d43f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ *.py[cod] -*.js* # Packages dist @@ -30,3 +29,6 @@ _build .coverage .idea htmlcov + +# test artifact +test/fixtures/allthethings.json diff --git a/tox.ini b/tox.ini index 07fc6bc..0a78eda 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ deps = commands = - wget -N https://secure.pub.build.mozilla.org/builddata/reports/allthethings/allthethings.20160516060001._87b285bcdaf0_21165e565d41_186a28cf7485.json + wget -N --random-wait https://secure.pub.build.mozilla.org/builddata/reports/allthethings/allthethings.20160516060001._87b285bcdaf0_21165e565d41_186a28cf7485.json cp allthethings.20160516060001._87b285bcdaf0_21165e565d41_186a28cf7485.json test/fixtures/allthethings.json flake8 mozci test coverage run --source=mozci -m py.test test @@ -40,7 +40,7 @@ deps = commands = - wget -N https://secure.pub.build.mozilla.org/builddata/reports/allthethings/allthethings.20160516060001._87b285bcdaf0_21165e565d41_186a28cf7485.json + wget -N --random-wait https://secure.pub.build.mozilla.org/builddata/reports/allthethings/allthethings.20160516060001._87b285bcdaf0_21165e565d41_186a28cf7485.json cp allthethings.20160516060001._87b285bcdaf0_21165e565d41_186a28cf7485.json test/fixtures/allthethings.json flake8 mozci test coverage run --source=mozci -m py.test test