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

[platform fixtures] copy a few shared files/fixtures from tests/platform to tests/common/platform #1492

Merged
merged 2 commits into from
Mar 27, 2020

Commits on Mar 26, 2020

  1. [platform fixtures] copy a few shared files/fixtures from tests/platf…

    …orm to tests/common/platform
    
    This is the first PR of a serial of refactoring and clean up actions.
    
    The intention / end goal is that for shared fixtured/functions, we
    want to organize them into a nice folder structure for tests to use.
    
    This move didn't deprecate/change any existing reference/usage of
    these fixtures/functions in their original locations.
    
    Moved files has been tested with a mock test that didn't go in with
    this change.
    
    Next steps would be further refactoring the existing code to move
    more fixtures/functions/references over here. And eventually
    deprecate the existing duplicate of these files.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    95650f2 View commit details
    Browse the repository at this point in the history
  2. Rename files

    yxieca committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    85f8fb1 View commit details
    Browse the repository at this point in the history