Files @ 71860d0737e7
Branch filter:

Location: kallithea/rhodecode/lib/dbmigrate/migrate/versioning/__init__.py

Marcin Kuzminski
- age tests cannot be dynamic, there are cases when age calculation
doesn't work
- use parametrized to test age
1
2
3
4
5
"""
   This package provides functionality to create and manage
   repositories of database schema changesets and to apply these
   changesets to databases.
"""