<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/buildstream.git/tests/frontend/__init__.py, branch bschubert/python38</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>Reformat code using Black</title>
<updated>2019-11-14T21:21:06+00:00</updated>
<author>
<name>Chandan Singh</name>
<email>csingh43@bloomberg.net</email>
</author>
<published>2019-11-11T17:07:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=122177153b14664a0e4fed85aa4f22b87cfabf56'/>
<id>122177153b14664a0e4fed85aa4f22b87cfabf56</id>
<content type='text'>
As discussed over the mailing list, reformat code using Black. This is a
one-off change to reformat all our codebase. Moving forward, we
shouldn't expect such blanket reformats. Rather, we expect each change
to already comply with the Black formatting style.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As discussed over the mailing list, reformat code using Black. This is a
one-off change to reformat all our codebase. Moving forward, we
shouldn't expect such blanket reformats. Rather, we expect each change
to already comply with the Black formatting style.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Change all calls to _yaml.dump to _yaml.rountrip_dump</title>
<updated>2019-07-15T14:14:03+00:00</updated>
<author>
<name>Benjamin Schubert</name>
<email>ben.c.schubert@gmail.com</email>
</author>
<published>2019-06-28T16:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=f7b461220ec2f1af3966ace12c21334f1f3b6457'/>
<id>f7b461220ec2f1af3966ace12c21334f1f3b6457</id>
<content type='text'>
Now that both are equivalent, we can skip the sanitization part before
the yaml call.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that both are equivalent, we can skip the sanitization part before
the yaml call.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move tests.frontend.generate_junction to test.testutils</title>
<updated>2018-08-02T14:17:01+00:00</updated>
<author>
<name>Valentin David</name>
<email>valentin.david@codethink.co.uk</email>
</author>
<published>2018-06-11T13:33:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=170f33a1122608f978e062559fb2085a7bf4a6fb'/>
<id>170f33a1122608f978e062559fb2085a7bf4a6fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/frontend/show.py: Test behaviors of showing junctioned elements</title>
<updated>2018-04-05T13:14:32+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2018-04-05T12:18:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=abb9ef2220afdc8466d0f6448787a0f8d87e5918'/>
<id>abb9ef2220afdc8466d0f6448787a0f8d87e5918</id>
<content type='text'>
  o Test error conditions for showing an unfetched junctioned project

  o Test error conditions for showing an untracked junctioned project

Both tests check both modes of ref-storage.

This adds a new shared helper function `generate_junction`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  o Test error conditions for showing an unfetched junctioned project

  o Test error conditions for showing an untracked junctioned project

Both tests check both modes of ref-storage.

This adds a new shared helper function `generate_junction`
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/frontend: Share the configure_project() function</title>
<updated>2018-04-05T13:14:32+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2018-04-05T12:14:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=50af604e51c3cc325d7bbc60185b13d72c9fe634'/>
<id>50af604e51c3cc325d7bbc60185b13d72c9fe634</id>
<content type='text'>
Make buildtrack.py and track.py share the same configure_project() helper.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make buildtrack.py and track.py share the same configure_project() helper.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Adding __init__.py to some test modules</title>
<updated>2017-09-02T01:59:52+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2017-09-02T01:59:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=eebba58e1ff348e4dfafc1c7e7816ca7526a1083'/>
<id>eebba58e1ff348e4dfafc1c7e7816ca7526a1083</id>
<content type='text'>
Seems all the test modules have one and as I recall it can
cause problems when they are missing in the test dirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Seems all the test modules have one and as I recall it can
cause problems when they are missing in the test dirs.
</pre>
</div>
</content>
</entry>
</feed>
