Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Include normal reset byte in test assertion #51

Merged
merged 1 commit into from
Sep 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/setuptools_golang_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_integration_project_with_c(venv):
def test_integration_imports_gh(venv):
run(venv.pip, 'install', os.path.join('testing', 'imports_gh'))
out = run_output(venv.python, '-c', RED)
assert out == '\x1b[31mohai\x1b[0m\n'
assert out == '\x1b[0;31mohai\x1b[0m\n'


def test_integration_notfound(venv):
Expand Down