Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • tddd96-grupp11/teknikattan-scoring-system
1 result
Show changes
Commits on Source (2)
"""
This file will reset and polulate the database with some data.
"""
import random
import app.database.controller as dbc
......
"""
This file tests the database controller functions.
"""
import app.database.controller as dbc
from app.database.models import City, Media, MediaType, Role, User
......