Skip to content
New issue

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

Fix unit tests on Windows #1071

Merged
merged 1 commit into from
Dec 2, 2019
Merged

Fix unit tests on Windows #1071

merged 1 commit into from
Dec 2, 2019

Conversation

drewdogg
Copy link
Contributor

These five unit tests were failing under Windows due to differences in OS behavior.
The three tests in tests/test_api.py were failing since the NamedTemporaryFile object cannot be opened more than one time on Windows.
The two tests in tests/aiohttp/test_aiohttp_app.py were failing due to hard-coded '/' path separator.

Copy link
Collaborator

@dtkav dtkav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@dtkav dtkav requested review from jmcs and hjacobs December 2, 2019 04:26
@hjacobs
Copy link
Contributor

hjacobs commented Dec 2, 2019

👍

@hjacobs hjacobs merged commit 16ef766 into spec-first:master Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants