mozfr / transvision

QA tool for Mozilla product localizers
https://transvision.mozfr.org
Mozilla Public License 2.0
57 stars 48 forks source link

Skip tests in Travis #244

Closed TheoChevalier closed 10 years ago

TheoChevalier commented 10 years ago

I looked at this, we should use tags in Atoum and ignore all tests tagged "dev".

We should run Atoum through a bootstrap file and then define witch tags we want to run.

TheoChevalier commented 10 years ago

We might just have to check if (!getenv('TRAVIS')) { in the test function, but I'm looking if the test is not just REALLY failing. Because now I doubt that gaia TMX repo are created.

TheoChevalier commented 10 years ago

Actually the test is looking for /home/theo/moz/transvision/tests/testfiles/TMX/gaia_1_4/en-US/memoire_en-US_en-US.tmx (and so on), and we don't generate those fake TMX files.