# # ChangeLog for /trunk/tests # # Generated by Trac 0.10b1 # 05/25/13 12:35:30 # 12/01/06 18:01:40 mk [157] * trunk/tests/unit/_helper_cheesecake.py (modified) * trunk/tests/unit/test_index_installability.py (modified) * trunk/tests/unit/test_index_url_download.py (modified) Mock urllib.urlretrieve() for test_index_url_download. 12/01/06 17:15:45 mk [155] * trunk/tests/unit/_helper_cheesecake.py (modified) * trunk/tests/unit/test_index_installability.py (modified) * trunk/tests/unit/test_index_unittests.py (modified) Mock urllib.urlretrieve() in test_index_installability, so it works without Internet access. 12/01/06 17:13:33 mk [154] * trunk/tests/unit/mock.py (added) Added Dave Kirby's python-mock library. 08/25/06 15:30:34 mk [150] * trunk/AUTHORS (copied) * trunk/CHANGES (copied) * trunk/INSTALL (copied) * trunk/README (modified) * trunk/README.html (deleted) * trunk/THANKS (copied) * trunk/__init__.py (deleted) * trunk/cheesecake/__init__.py (modified) * trunk/cheesecake/_util.py (deleted) * trunk/cheesecake/ast_pp.py (copied) * trunk/cheesecake/cheesecake_index.py (modified) * trunk/cheesecake/codeparser.py (modified) * trunk/cheesecake/config.py (deleted) * trunk/cheesecake/model.py (modified) * trunk/cheesecake/subprocess.py (modified) * trunk/cheesecake/util.py (copied) * trunk/docs (deleted) * trunk/setup.py (modified) * trunk/support (copied) * trunk/tests/_path_cheesecake.py (deleted) * trunk/tests/data/import_self.py (copied) * trunk/tests/data/module1.py (modified) * trunk/tests/data/module1.tar.gz (copied) * trunk/tests/data/package2.tar.gz (copied) * trunk/tests/data/required.tar.gz (copied) * trunk/tests/data/static.tar.gz (copied) * trunk/tests/functional (copied) * trunk/tests/test_code_parser.py (deleted) * trunk/tests/test_config.py (deleted) * trunk/tests/test_index_docstrings.py (deleted) * trunk/tests/test_index_install.py (deleted) * trunk/tests/test_index_installability.py (deleted) * trunk/tests/test_index_unpack.py (deleted) * trunk/tests/test_index_unpack_dir.py (deleted) * trunk/tests/test_index_url_download.py (deleted) * trunk/tests/test_init_cleanup.py (deleted) * trunk/tests/unit (copied) Merging mk branch into the trunk. 03/30/06 19:32:51 grig [11] * trunk/cheesecake/_util.py (modified) * trunk/cheesecake/cheesecake_index.py (modified) * trunk/cheesecake/codeparser.py (modified) * trunk/cheesecake/config.py (modified) * trunk/cheesecake/model.py (modified) * trunk/ez_setup.py (added) * trunk/tests/test_code_parser.py (modified) * trunk/tests/test_config.py (modified) Added ez_setup.py so that users are forced to upgrade to new version of setuptools. Changed installation to alternate directory to use --root instead of --home. 02/10/06 12:44:08 grig [8] * trunk/cheesecake/_util.py (added) * trunk/cheesecake/cheesecake_index.py (modified) * trunk/cheesecake/codeparser.py (added) * trunk/cheesecake/model.py (added) * trunk/tests/data/module1.py (modified) * trunk/tests/test_code_parser.py (modified) * trunk/tests/test_config.py (added) * trunk/tests/test_index_install.py (modified) * trunk/tests/test_index_installability.py (modified) * trunk/tests/test_index_unpack.py (modified) * trunk/tests/test_index_unpack_dir.py (modified) * trunk/tests/test_index_url_download.py (modified) Refactored CodeParser functionality. Use model.py from Michael Hudson's docextractor package. Added configuration file. The first time cheesecake_index is run, it will create a directory called ~/.cheesecake and a file called ~/.cheesecake/my_config.py containing default values for various variables used throughout the index computation. Added more unit tests. 12/23/05 18:30:49 grig [5] * trunk/LICENSE (moved) * trunk/README (moved) * trunk/README.html (moved) * trunk/__init__.py (moved) * trunk/cheesecake (moved) * trunk/cheesecake_index (moved) * trunk/docs (moved) * trunk/setup.py (moved) * trunk/tests (moved) Project layout reorg: moved all top-level files and dirs to trunk. 12/22/05 08:39:45 grig [2] * LICENSE (added) * README (added) * README.html (added) * cheesecake (added) * cheesecake/__init__.py (added) * cheesecake/cheesecake_index.py (added) * cheesecake/logger.py (added) * cheesecake_index (added) * docs (added) * docs/epydoc.css (added) * docs/index.html (added) * docs/private (added) * docs/private/__builtin__.object-class.html (added) * docs/private/__builtin__.type-class.html (added) * docs/private/cheesecake-module.html (added) * docs/private/cheesecake.Cheesecake-class.html (added) * docs/private/cheesecake.CheesecakeError-class.html (added) * docs/private/cheesecake.CodeParser-class.html (added) * docs/private/cheesecake.CompositeIndex-class.html (added) * docs/private/cheesecake.Index-class.html (added) * docs/private/cheesecake.StdoutRedirector-class.html (added) * docs/private/cheesecake.cheesecake_index-module.html (added) * docs/private/cheesecake.cheesecake_index.Cheesecake-class.html (added) * docs/private/cheesecake.cheesecake_index.CheesecakeError-class.html (added) * docs/private/cheesecake.cheesecake_index.CodeParser-class.html (added) * docs/private/cheesecake.cheesecake_index.CompositeIndex-class.html (added) * docs/private/cheesecake.cheesecake_index.Index-class.html (added) * docs/private/cheesecake.cheesecake_index.StdoutRedirector-class.html (added) * docs/private/epydoc.css (added) * docs/private/exceptions.Exception-class.html (added) * docs/private/frames.html (added) * docs/private/help.html (added) * docs/private/index.html (added) * docs/private/indices.html (added) * docs/private/logger-module.html (added) * docs/private/logger.File-class.html (added) * docs/private/logger.Message-class.html (added) * docs/private/logger.MultipleProducer-class.html (added) * docs/private/logger.Path-class.html (added) * docs/private/logger.Producer-class.html (added) * docs/private/toc-cheesecake-module.html (added) * docs/private/toc-cheesecake.cheesecake_index-module.html (added) * docs/private/toc-everything.html (added) * docs/private/toc-logger-module.html (added) * docs/private/toc.html (added) * docs/private/trees.html (added) * docs/public (added) * docs/public/__builtin__.object-class.html (added) * docs/public/__builtin__.type-class.html (added) * docs/public/cheesecake-module.html (added) * docs/public/cheesecake.Cheesecake-class.html (added) * docs/public/cheesecake.CheesecakeError-class.html (added) * docs/public/cheesecake.CodeParser-class.html (added) * docs/public/cheesecake.CompositeIndex-class.html (added) * docs/public/cheesecake.Index-class.html (added) * docs/public/cheesecake.StdoutRedirector-class.html (added) * docs/public/cheesecake.cheesecake_index-module.html (added) * docs/public/cheesecake.cheesecake_index.Cheesecake-class.html (added) * docs/public/cheesecake.cheesecake_index.CheesecakeError-class.html (added) * docs/public/cheesecake.cheesecake_index.CodeParser-class.html (added) * docs/public/cheesecake.cheesecake_index.CompositeIndex-class.html (added) * docs/public/cheesecake.cheesecake_index.Index-class.html (added) * docs/public/cheesecake.cheesecake_index.StdoutRedirector-class.html (added) * docs/public/epydoc.css (added) * docs/public/exceptions.Exception-class.html (added) * docs/public/frames.html (added) * docs/public/help.html (added) * docs/public/index.html (added) * docs/public/indices.html (added) * docs/public/logger-module.html (added) * docs/public/logger.File-class.html (added) * docs/public/logger.Message-class.html (added) * docs/public/logger.MultipleProducer-class.html (added) * docs/public/logger.Path-class.html (added) * docs/public/logger.Producer-class.html (added) * docs/public/toc-cheesecake-module.html (added) * docs/public/toc-cheesecake.cheesecake_index-module.html (added) * docs/public/toc-everything.html (added) * docs/public/toc-logger-module.html (added) * docs/public/toc.html (added) * docs/public/trees.html (added) * setup.py (added) * tests (added) * tests/_path_cheesecake.py (added) * tests/data (added) * tests/data/invalid_package.tar.gz (added) * tests/data/invalid_package.tgz (added) * tests/data/invalid_package.zip (added) * tests/data/module1.py (added) * tests/data/nose-0.8.3.tar.gz (added) * tests/data/package1.tar.gz (added) * tests/data/package1.tgz (added) * tests/data/package1.zip (added) * tests/data/package_renamed.tar.gz (added) * tests/test_code_parser.py (added) * tests/test_index_docstrings.py (added) * tests/test_index_install.py (added) * tests/test_index_installability.py (added) * tests/test_index_unpack.py (added) * tests/test_index_unpack_dir.py (added) * tests/test_index_url_download.py (added) * tests/test_init_cleanup.py (added) Initial import