allenwan / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Unit test "framework" is weak #121

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There, I said it. :) It's much better than no tests, but we really should 
be using SimpleTest.

Feeling out the server environment (e.g. ability to write files, detect 
auto-compression) needs to be easier to run on first "install". Maybe /min/
setup/ could run a little suite.

For now it seems reasonable to require devs running units to have 
SimpleTest be in the include_path, but maybe there's a way to link this in 
with svn without adding it all to our repo.

Original issue reported on code.google.com by mrclay....@gmail.com on 29 Jun 2009 at 2:03

GoogleCodeExporter commented 9 years ago
If no cache path is set, the setup should sniff with Solar_Dir, test 
read/write, and 
suggest using that directory.

Original comment by mrclay....@gmail.com on 9 Sep 2009 at 1:09