[Notes] [Git][BuildStream/buildstream][phil/plugin-testing-api] fixup! Expose basic api for testing external plugins.



Title: GitLab

Phil Dawson pushed to branch phil/plugin-testing-api at BuildStream / buildstream

Commits:

2 changed files:

Changes:

  • tests/artifactcache/junctions.py
    ... ... @@ -8,8 +8,6 @@ from buildstream.plugintestutils import cli
    8 8
     from tests.testutils import create_artifact_share
    
    9 9
     
    
    10 10
     
    
    11
    -
    
    12
    -
    
    13 11
     DATA_DIR = os.path.join(
    
    14 12
         os.path.dirname(os.path.realpath(__file__)),
    
    15 13
         "junctions",
    

  • tests/frontend/cross_junction_workspace.py
    ... ... @@ -4,6 +4,7 @@ from buildstream import _yaml
    4 4
     
    
    5 5
     from tests.testutils import create_repo
    
    6 6
     
    
    7
    +
    
    7 8
     def prepare_junction_project(cli, tmpdir):
    
    8 9
         main_project = tmpdir.join("main")
    
    9 10
         sub_project = tmpdir.join("sub")
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]