Turbogears2 migration: current status (July 2016)

Thomas De Schampheleire patrickdepinguin at gmail.com
Fri Jul 29 20:37:00 UTC 2016


On Fri, Jul 29, 2016 at 10:33 PM, Thomas De Schampheleire
<patrickdepinguin at gmail.com> wrote:
> Hi,
>
> Here is an overview of the current status of the migration from Pylons
> to Turbogears2:
>
> - main functionality seems to work
> - test suite:
>   - API tests still fail (to investigate)
>   - most other tests succeed, with two exceptions:
>   - kallithea/tests/functional/test_admin_defaults.py::TestDefaultsController::()::test_delete
>     (AppError: Bad response: 403 Forbidden (not 405) --> related to
> the handling of DELETE via POST) --> Søren?
>
>   - kallithea/tests/functional/test_files.py::TestFilesController::()::test_archival
>     (UTF-8 difference in archival response) --> Alessandro?

Forgot one problem:

   - kallithea/tests/functional/test_admin_repos.py:9: in <module>
    from kallithea.lib import vcs
    E   ImportError: cannot import name vcs

    --> related to a change Alessandro did, to import
kallithea.lib.helpers into kallithea.lib.__init__ (apparently expected
by Turbogears2 but problematic for this piece of code).


>
> - .ini files should be lined up, and generation scripts fixed
> - several other things to be checked, see
>   https://bitbucket.org/conservancy/kallithea/wiki/Turbogears2Migration
>
>
> Best regards,
> Thomas


More information about the kallithea-general mailing list