From: Tomas Doran Date: Tue, 2 Aug 2011 21:18:33 +0000 (+0100) Subject: A few notes on tests using outside Cat X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=88e5cd24c453d21f83493bc3aa819fc1d7493e99 A few notes on tests using outside Cat --- diff --git a/TODO b/TODO index 2c5f967..3ddea1c 100644 --- a/TODO +++ b/TODO @@ -93,6 +93,12 @@ For all components that have been discovered, in whatever way, we create a servi - Using the sugar added in the previous item - Test when Model::Foo depends_on Model::Bar + - Tests for using the container outside of Catalyst + - Custom container which adds some (very simple) services which are initialized from + the application config file (note plain services, not components) + - Depend on (and test) these inside Catalyst + - Test loading container outside Catalyst, and these services working + - Test Catalyst / MyApp is not loaded #### Extending my app, notes