Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Issues running tests in parallel with Xcode 10 #801

@NachoSoto

Description

@NachoSoto
  • I have read CONTRIBUTING and have done my best to follow them.

This has been a a requested feature for a while (#383), and it's finally here with Xcode 10.0!
However looks like Quick will need some changes to support it correctly.

What did you do?

My tests pass in Xcode 9.4 and 10.0 beta 1, but not when enabling the new parallel option:
screen shot 2018-06-17 at 10 12 06 am

The failure occurs whether it's randomized or not.

What did you expect to happen?

Tests pass.

What actually happened instead?

An exception is thrown:

'context' cannot be used inside 'it', 'context' may only be used inside 'context' or 'describe'.

Environment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions