We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test setup failed @pytest.fixture def client() -> OutlineVPN: """This generates a client from the credentials provided in the environment"""
install_log = open("outline-install.log", "r").read()
E FileNotFoundError: [Errno 2] No such file or directory: 'outline-install.log'
test_outline_vpn.py:16: FileNotFoundError
The text was updated successfully, but these errors were encountered:
In order to run the tests you need a running outline server. I usually create a new one every time I run the tests like this:
outline-vpn-api/.github/workflows/test.yml
Line 22 in ec13b8a
Sorry, something went wrong.
No branches or pull requests
test setup failed
@pytest.fixture
def client() -> OutlineVPN:
"""This generates a client from the credentials provided in the environment"""
E FileNotFoundError: [Errno 2] No such file or directory: 'outline-install.log'
test_outline_vpn.py:16: FileNotFoundError
The text was updated successfully, but these errors were encountered: