Merge commit '882ea3426a837acfe205cc5de98793c98b6a1bf7' into support-subdirectory-joerick
This commit is contained in:
@@ -164,7 +164,7 @@ def test_test_extras(test_extras, platform_specific, platform, intercepted_build
|
|||||||
|
|
||||||
main()
|
main()
|
||||||
|
|
||||||
assert intercepted_build_args.args[0],test_extras == ('[' + test_extras + ']' if test_extras else '')
|
assert intercepted_build_args.args[0].test_extras == ('[' + test_extras + ']' if test_extras else '')
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize('test_command', [None, 'test --command'])
|
@pytest.mark.parametrize('test_command', [None, 'test --command'])
|
||||||
|
|||||||
Reference in New Issue
Block a user