summaryrefslogtreecommitdiff
path: root/tests/examples/developing.py
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-03-21 17:13:11 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-03-29 17:13:47 +0000
commitbfe2509f8e7fa51de5f1d67ec01d47491d6d330d (patch)
tree499bf32fec51d7ae9b6bdbcb4bbc1944809b756e /tests/examples/developing.py
parentd8824015060116297a90afcacc802d06825499d8 (diff)
downloadbuildstream-bschubert/fix-typos.tar.gz
typo: writtent -> writtenbschubert/fix-typos
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):