Oracle-Banner-Test-Suite Install Instructions: Install Python https://www.python.org/downloads/ Install PIP https://pip.pypa.io/en/stable/installation/ Open Repository in CMD -> pip3 install -r requirements.txt Download .env file from LastPass Place .env file in root directory Run Tests: Open Repository in CMD -> pytest Add A New Test Copy file test_goremal.py and rename in the test/ directory Must have the prefix test_ Add a new SQL file in the sql/ directory with what data you want to test In the test file replace the sql path to your new SQL file name Remove def test_multiple_emails and create your own test conditions