Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Refactor tests to async/await #72

Merged
merged 5 commits into from
Feb 5, 2020
Merged

Refactor tests to async/await #72

merged 5 commits into from
Feb 5, 2020

Conversation

natebosch
Copy link
Contributor

Remove a bunch of expectAsync since the work is all tracked in the
Future the test runner will already fail if something doesn't
complete.

In virtual_host test extract common server handling to a setUp and
tearDown. Remove the test 'multiple-host' since it is identical to
'wildcard-sub-domain' test.

Remove a bunch of `expectAsync` since the work is all tracked in the
`Future` the test runner will already fail if something doesn't
complete.

In virtual_host test extract common server handling to a `setUp` and
`tearDown`. Remove the test 'multiple-host' since it is identical to
'wildcard-sub-domain' test.
@natebosch natebosch merged commit c24382e into master Feb 5, 2020
@natebosch natebosch deleted the async-await-tests branch February 5, 2020 22:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

3 participants