<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/scripting/bin/subunitrun, branch talloc-2.0.8</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>s4-python: Override SIGINT handler in scripts only.</title>
<updated>2012-09-25T18:59:09+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2012-09-25T18:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=fa332b71dc71d23f1475ed6c25a6376934ab652a'/>
<id>fa332b71dc71d23f1475ed6c25a6376934ab652a</id>
<content type='text'>
Override the SIGINT handler in a few select cases only, rather than
doing so in one of the samba Python modules. I've done this where it
matters most; we can add this code to other scripts too if necessary.

This means that importing the 'samba' module from a third party
application does not have side-effects on the state of the signal
handlers.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=9068
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Override the SIGINT handler in a few select cases only, rather than
doing so in one of the samba Python modules. I've done this where it
matters most; we can add this code to other scripts too if necessary.

This means that importing the 'samba' module from a third party
application does not have side-effects on the state of the signal
handlers.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=9068
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix default value for subunitrun --list.</title>
<updated>2011-11-14T16:27:02+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2011-11-14T13:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f0117237fa7446bfd0ff8dbcba4e6625f44a397a'/>
<id>f0117237fa7446bfd0ff8dbcba4e6625f44a397a</id>
<content type='text'>
Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Mon Nov 14 17:27:03 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Mon Nov 14 17:27:03 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>subunitrun: Don't load smb.conf when just listing tests.</title>
<updated>2011-11-14T14:49:36+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2011-11-14T00:13:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=11a77fe2d7b9ff3edd2e095acff8fdad03b35b50'/>
<id>11a77fe2d7b9ff3edd2e095acff8fdad03b35b50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>subunitrun: Add notes about subunitrun being deprecated.</title>
<updated>2011-11-10T22:37:04+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2011-11-10T13:03:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ad40581142ca1e26406b0048b78d43ce54a5a2ff'/>
<id>ad40581142ca1e26406b0048b78d43ce54a5a2ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "test: added -D option to subunitrun"</title>
<updated>2011-11-10T22:37:04+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2011-11-10T12:43:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ae88d7390bc743d1a424c3115762556d6c9173ef'/>
<id>ae88d7390bc743d1a424c3115762556d6c9173ef</id>
<content type='text'>
This reverts commit ac0bba2ea18e2e9ac578a333a3b260951e4c976e.

"python -m subunit.run" is the preferred way of running tests to
generate subunit. I also don't want to move too far away from
the standard test running infrastructure for python so that
other test runners (nosetests, trial, tribunal, ...) can be used with
Samba code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ac0bba2ea18e2e9ac578a333a3b260951e4c976e.

"python -m subunit.run" is the preferred way of running tests to
generate subunit. I also don't want to move too far away from
the standard test running infrastructure for python so that
other test runners (nosetests, trial, tribunal, ...) can be used with
Samba code.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: added -D option to subunitrun</title>
<updated>2011-11-10T03:24:21+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-11-09T02:10:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ac0bba2ea18e2e9ac578a333a3b260951e4c976e'/>
<id>ac0bba2ea18e2e9ac578a333a3b260951e4c976e</id>
<content type='text'>
this allows for:

 subunitrun -D lib/ldb/tests/python api

which makes this easier for developers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this allows for:

 subunitrun -D lib/ldb/tests/python api

which makes this easier for developers
</pre>
</div>
</content>
</entry>
<entry>
<title>subunitrun: give more useful help</title>
<updated>2011-10-20T02:23:07+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-10-20T02:24:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=43e5592e9af95f2f2522cf8b015a76b14475729d'/>
<id>43e5592e9af95f2f2522cf8b015a76b14475729d</id>
<content type='text'>
give some examples and more useful description for subunitrun command

Pair-Programmed-With: Amitay Isaacs &lt;amitay@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
give some examples and more useful description for subunitrun command

Pair-Programmed-With: Amitay Isaacs &lt;amitay@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>subunitrun: Use unittest.TestProgram if subunit.TestProgram is not</title>
<updated>2010-12-10T02:49:03+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-12-10T02:03:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=10441ed83d701d6db64c3a933cf09957355e1db2'/>
<id>10441ed83d701d6db64c3a933cf09957355e1db2</id>
<content type='text'>
available.

Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Fri Dec 10 03:49:03 CET 2010 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
available.

Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Fri Dec 10 03:49:03 CET 2010 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-python: Add convenience function for forcibly importing bundled</title>
<updated>2010-12-10T02:04:06+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-12-09T23:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=636d8cfb423bbdf271df25efbc13c91420ebefe8'/>
<id>636d8cfb423bbdf271df25efbc13c91420ebefe8</id>
<content type='text'>
package.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
package.
</pre>
</div>
</content>
</entry>
<entry>
<title>subunitrun: Extend hack to cope with older system subunit run installs.</title>
<updated>2010-12-10T02:04:06+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-12-09T22:28:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=bdf5a49cec064c965c1271d875fc9b474b77f634'/>
<id>bdf5a49cec064c965c1271d875fc9b474b77f634</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
