Skip to content
Snippets Groups Projects
Commit 289f7c49 authored by James Vasile's avatar James Vasile
Browse files

Move common test config to importable file

parent c98412ca
No related branches found
No related tags found
No related merge requests found
PORT = 8000
from bs4 import BeautifulSoup as Soup
import os
import subprocess
import sys
import pytest
import psutil
import requests
sys.path.append(os.curdir)
# Read common test config
from .testconf import *
site_rebuilt = False
@pytest.fixture
......
PORT = 8000
from bs4 import BeautifulSoup as Soup
import os
import subprocess
import sys
import pytest
import psutil
import requests
sys.path.append(os.curdir)
# Read common test config
from .testconf import *
site_rebuilt = False
@pytest.fixture
......
PORT = 8000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment