<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/buildstream.git/tests/testutils/repo, branch external_plugin_errors</title>
<subtitle>gitlab.com: buildstream/buildstream.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/'/>
<entry>
<title>Fix tests for other platforms</title>
<updated>2017-09-28T13:46:33+00:00</updated>
<author>
<name>Tristan Maat</name>
<email>tristan.maat@codethink.com</email>
</author>
<published>2017-09-05T09:22:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=206fc51a6cf57697f03e27508819eafaaee58317'/>
<id>206fc51a6cf57697f03e27508819eafaaee58317</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add source plugin node validations</title>
<updated>2017-09-14T10:05:18+00:00</updated>
<author>
<name>Tristan Maat</name>
<email>tristan.maat@codethink.co.uk</email>
</author>
<published>2017-09-07T14:40:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=d56f472ddc6b6ff364aaa74cf1dac30be0d774de'/>
<id>d56f472ddc6b6ff364aaa74cf1dac30be0d774de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restructuring tests using the Repo and Cli</title>
<updated>2017-09-04T20:49:12+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2017-09-04T20:49:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=193bc3c195e9d0843d38f4a7e4eecac5b8daa1a2'/>
<id>193bc3c195e9d0843d38f4a7e4eecac5b8daa1a2</id>
<content type='text'>
Make all the test batteries which run on all the
source backends we have repo scaffoldings for discover
the list of Repo implementations automatically.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make all the test batteries which run on all the
source backends we have repo scaffoldings for discover
the list of Repo implementations automatically.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/testutils/repo/ostree.py: Skip tests if the ostree cli is not installed</title>
<updated>2017-09-04T15:57:06+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2017-09-04T15:57:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=0505f9adc409e54ec5b602310c66b2da4a14930c'/>
<id>0505f9adc409e54ec5b602310c66b2da4a14930c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/testutils/repo/git.py: Skip tests if git is not installed</title>
<updated>2017-09-04T15:49:07+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2017-09-04T15:48:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=ce4bebc13a17e761dc21078b786677a00dae407b'/>
<id>ce4bebc13a17e761dc21078b786677a00dae407b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/testutils/repo/bzr.py: Skip tests if bzr is not installed</title>
<updated>2017-09-04T15:48:52+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2017-09-04T15:47:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=cabfdee6ceb3e0ab265907c3176d19b111c621af'/>
<id>cabfdee6ceb3e0ab265907c3176d19b111c621af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/testutils/repo module: New module for Source support scaffolding</title>
<updated>2017-09-04T08:04:11+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2017-09-04T02:20:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=15db6d56ec6617b96f0ec8966345fccd2a557617'/>
<id>15db6d56ec6617b96f0ec8966345fccd2a557617</id>
<content type='text'>
Currently comes with a Repo() abstract class and a git implementation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently comes with a Repo() abstract class and a git implementation
</pre>
</div>
</content>
</entry>
</feed>
