summaryrefslogtreecommitdiff
path: root/tests/examples/developing.py
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2019-03-30 11:57:59 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-03-30 11:57:59 +0000
commitb8cb5832a83d297a6c2feda771ac04cf4fe83874 (patch)
tree6baae215d5eac59495bff79142d2b68e43577a98 /tests/examples/developing.py
parent3b976fd53bbca585eb841fb245ce9f760ced75cc (diff)
parent937a9fef4e50ccb60e657b34bbacf3e04c647ecf (diff)
downloadbuildstream-b8cb5832a83d297a6c2feda771ac04cf4fe83874.tar.gz
Merge branch 'bschubert/fix-typos' into 'master'
typo: writtent -> written See merge request BuildStream/buildstream!1270
Diffstat (limited to 'tests/examples/developing.py')
-rw-r--r--tests/examples/developing.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/examples/developing.py b/tests/examples/developing.py
index e12787f95..5c8c4a8ea 100644
--- a/tests/examples/developing.py
+++ b/tests/examples/developing.py
@@ -18,7 +18,7 @@ DATA_DIR = os.path.join(
# Test that the project builds successfully
@pytest.mark.skipif(MACHINE_ARCH != 'x86-64',
- reason='Examples are writtent for x86-64')
+ reason='Examples are written for x86-64')
@pytest.mark.skipif(not IS_LINUX or not HAVE_BWRAP, reason='Only available on linux with bubblewrap')
@pytest.mark.datafiles(DATA_DIR)
def test_autotools_build(cli, datafiles):
@@ -39,7 +39,7 @@ def test_autotools_build(cli, datafiles):
# Test the unmodified hello command works as expected.
@pytest.mark.skipif(MACHINE_ARCH != 'x86-64',
- reason='Examples are writtent for x86-64')
+ reason='Examples are written for x86-64')
@pytest.mark.skipif(not IS_LINUX or not HAVE_BWRAP, reason='Only available on linux with bubblewrap')
@pytest.mark.datafiles(DATA_DIR)
def test_run_unmodified_hello(cli, datafiles):
@@ -72,7 +72,7 @@ def test_open_workspace(cli, tmpdir, datafiles):
# Test making a change using the workspace
@pytest.mark.skipif(MACHINE_ARCH != 'x86-64',
- reason='Examples are writtent for x86-64')
+ reason='Examples are written for x86-64')
@pytest.mark.skipif(not IS_LINUX or not HAVE_BWRAP, reason='Only available on linux with bubblewrap')
@pytest.mark.datafiles(DATA_DIR)
def test_make_change_in_workspace(cli, tmpdir, datafiles):