Skip to content
Snippets Groups Projects
Commit 11c513cc authored by Dimas FM's avatar Dimas FM
Browse files

change username

parent f3aac69a
No related merge requests found
# Assign the URL of the local server to a variable named URL
URL = "http://192.168.237.2:5000"
USE_HEADLESS = False
USE_HEADLESS = True
# Import necessary modules from the modules module
import secrets, socket
......
......@@ -3,7 +3,7 @@ from tConstant import URL, DB_USERS_ROOT, USE_HEADLESS
from tUtils import login, is_user_exist
import pytest, sqlite3
username = "TestUser3"
username = "TestUserDeleteAccount"
username = username.lower()
email = username + '@flaskblog.com'
......
......@@ -4,7 +4,7 @@ import pytest, sqlite3
from tUtils import register
from tConstant import URL, DB_USERS_ROOT, USE_HEADLESS
username = "TestUser3"
username = "TestUserRegister"
username = username.lower()
email = username + '@flaskblog.com'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment