Commit Graph

14 Commits

Author SHA1 Message Date
Bradley Ayers 5732cefcf3 Fix broken tests. 2015-04-20 03:51:26 +10:00
Bradley Ayers 8d7626855e Convert to py.test. 2015-04-19 22:29:42 +10:00
Bradley Ayers 3f23472e82 lots of major changes 2011-02-04 12:28:44 +10:00
Michael Elsdoerfer 349d1a3c51 Now that the files lack a BOM, some need a coding declaration. 2010-11-26 13:15:14 +01:00
Jardel Weyrich 5d3017ff0b Convert files to UNIX EOL and remove BOM.
Please, add these lines to your ~/.gitconfig file:
    [core]
        autocrlf = input
Or alternatively run:
    git config --global core.autocrlf input
2010-11-22 08:23:55 -02:00
Michael Elsdoerfer 63bf4a2fe4 Convert a bunch of files to use *nix line endings. 2010-08-25 00:29:09 +02:00
Michael Elsdörfer f5e5b2fd1c Minor refactoring. The BaseTable implementation is now split into an actual "BaseTable", and a "MemoryTable". This is because in the future we'd like to offer at least one additional table implementation, an SQlTable, which is capable of doing raw queries. As a result, a better split of the base funtionality and what is provided by a base class is appropriate. 2010-03-24 17:30:36 +01:00
Michael Elsdoerfer a732cc2bd5 Fixed test that broke with recent Django SVN trunk. Django now seems to strictly require Template.render() to be called with a Context, dict doesn't work anymore.
With this commit, all the tests pass with the latest Django trunk.
2010-01-09 00:13:57 +01:00
Michael Elsdoerfer c5d195b142 converted test suite to use nose rather than py.test; made some minor improvements to one test in the process 2008-09-16 19:43:01 +02:00
Michael Elsdoerfer 52a21117c4 fixed bug in set_url_param when used with order_by values or similar structures 2008-06-27 02:17:17 +02:00
Michael Elsdörfer 9e4d9b27c1 better auto verbose names 2008-06-18 12:59:53 +00:00
Michael Elsdörfer 5cf77d6f5e static tables were implemented incorrectly, were using column aliases to read from source 2008-06-18 12:43:57 +00:00
Michael Elsdörfer ebd6b7f43b we're now in a state were so far existing features are complete; but more to come 2008-06-15 17:31:17 +00:00
Michael Elsdörfer a7a704bfcb using py.test for testing; added some tests; minor model bugfixes; 2008-06-14 17:34:59 +00:00