diff options
author | Benjamin Schubert <ben.c.schubert@gmail.com> | 2019-03-09 11:07:19 +0000 |
---|---|---|
committer | Benjamin Schubert <ben.c.schubert@gmail.com> | 2019-03-20 09:38:41 +0000 |
commit | 180b8ada3922f7a1b139d76559ebece2bb54579f (patch) | |
tree | 0460e2cd88194210868d939e6582e87df409a2d2 /tests/frontend/buildcheckout.py | |
parent | 8b26bbf9ea2c3c9b566d95675cea896459ed5c71 (diff) | |
download | buildstream-180b8ada3922f7a1b139d76559ebece2bb54579f.tar.gz |
tests: rename tests shadowing another one and fix failures
Diffstat (limited to 'tests/frontend/buildcheckout.py')
-rw-r--r-- | tests/frontend/buildcheckout.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/buildcheckout.py b/tests/frontend/buildcheckout.py index a2283c94b..b1f000aa8 100644 --- a/tests/frontend/buildcheckout.py +++ b/tests/frontend/buildcheckout.py @@ -792,7 +792,7 @@ def test_build_junction_short_notation_with_junction(cli, tmpdir, datafiles): @pytest.mark.datafiles(DATA_DIR) -def test_build_junction_short_notation_with_junction(cli, tmpdir, datafiles): +def test_build_junction_transitive_short_notation_with_junction(cli, tmpdir, datafiles): project = os.path.join(datafiles.dirname, datafiles.basename) subproject_path = os.path.join(project, 'files', 'sub-project') junction_path = os.path.join(project, 'elements', 'junction.bst') |