﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
33184	Allow a way to create a new test database AND keep it for the next test run	Valentijn Scholten	nobody	"I am running multiple test suites serially. I'd like to ensure the first starts with a fresh test database, but reuse that database in the following test runs. 

Currently (to my undestanding) this is not possible with `--keepdb` or any of the other parameters.

The `--keepdb` flag when running tests does two things:
1) Reuse existing test database if found
2) Leave test database intact after completing the tests

So step 1 prevents me from obtaining my desired scenario.

I could run the tests without `--keepdb` and use `--no-input` to force the creation of a new test database. But in that case the database will be destroyed after running the tests.

Suggestion:
- Add a '--createdb` parameter to ""force"" the creation of a new test database, while allowing `--keepdb` to be used in the same run."	New feature	closed	Testing framework	3.2	Normal	wontfix			Unreviewed	0	0	0	0	0	0
