Skip to content

Commit

Permalink
slight refactoring to check git merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
hafizhasyimm committed Mar 19, 2024
1 parent ea17034 commit 460c8ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import os
import pytest
from application import create_app

os.environ.setdefault('username', 'user')
os.environ.setdefault('password', 'password')
os.environ.setdefault('host', '127.0.0.1')
os.environ.setdefault('port', '3306')
os.environ.setdefault('dbname', 'db')
import pytest
from application import create_app


@pytest.fixture(scope='module')
def test_client():
Expand Down

0 comments on commit 460c8ce

Please sign in to comment.