Re: [Glpi-dev] GLPI framework test suite

2016-05-14 Thread Remi Collet
Important change: The test suite now use its own database, to avoid issues with the one used for development. More information, see https://github.com/glpi-project/glpi/blob/master/tests/README.md Remi. ___ Glpi-dev mailing list Glpi-dev@gna.org ht

Re: [Glpi-dev] GLPI framework test suite

2016-05-12 Thread Remi Collet
Le 12/05/2016 à 07:24, Remi Collet a écrit : > - enable travis (need to install the DB) for PHP 5.4, 5.5, 5.6, 7.0 Le fichier .travis.yml est créé, reste plus qu'à activer le service depuis https://travis-ci.org/ (et adapter la configuration, si j'ai pas eu le bol d'avoir bon du premier coup)

Re: [Glpi-dev] GLPI framework test suite

2016-05-11 Thread David DURIEUX
Le Thu, 12 May 2016 07:24:12 +0200 Remi Collet a écrit: >Hi, > >I have cherry-picked the commits related to the test suite from the >wip-test branch > >Most of existing tests are written by Lethargie (my son). Thanks to him \o/ >This is still WIP, so still TODO: > >- add more tests > >- improve

[Glpi-dev] GLPI framework test suite

2016-05-11 Thread Remi Collet
Hi, I have cherry-picked the commits related to the test suite from the wip-test branch Most of existing tests are written by Lethargie (my son). This is still WIP, so still TODO: - add more tests - improve test setup/teardown to revert changes (for now, only new created entries are deleted, t