Discussion:
enhancements to pear-core tests
Daniel Convissor
2011-12-26 15:44:38 UTC
Permalink
Hi Ladies and Gentlemen:

I just pushed a bunch of changes to the test suite that enable the test
suite to be called from anywhere properly run against a git repository /
working directory.

Prior to this, several tests failed if called from the main repository
directory due to include path issues, so the tests had to be run
"tests" directory. That caused include statements to not find the files
in the local repository and then go to the installed PEAR files. The
result was developers ended up not really testing the changes they were
making.

Thanks,

--Dan
--
T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y
data intensive web and database programming
http://www.AnalysisAndSolutions.com/
4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409
Helgi Þormar Þorbjörnsson
2012-01-02 09:15:02 UTC
Permalink
Excellent! Awesome to have this fixed, finally!
Post by Daniel Convissor
I just pushed a bunch of changes to the test suite that enable the test
suite to be called from anywhere properly run against a git repository /
working directory.
Prior to this, several tests failed if called from the main repository
directory due to include path issues, so the tests had to be run
"tests" directory. That caused include statements to not find the files
in the local repository and then go to the installed PEAR files. The
result was developers ended up not really testing the changes they were
making.
Thanks,
--Dan
--
T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y
data intensive web and database programming
http://www.AnalysisAndSolutions.com/
4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409
--
PEAR Core List Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PEAR QA Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Loading...