Add preliminary automated tests #1

Merged
3wordchant merged 16 commits from tests into master 2021-08-16 00:11:16 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 140870ec35 - Show all commits

View File

@ -194,6 +194,8 @@ def detail(id):
@bp.route("/create", methods=("GET", "POST"))
@account_required
def create():
current_app.logger.debug(f"console.create()!")
vm_sizes = get_model().vm_sizes_dict()
operating_systems = get_model().operating_systems_dict()
public_keys_for_account = get_model().list_ssh_public_keys_for_account(session["account"])