<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/scripting/python/samba/tests/dcerpc/misc.py, branch talloc-2.1.2</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>Move python modules from source4/scripting/python/ to python/.</title>
<updated>2013-03-02T02:57:34+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2012-12-28T14:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=87afc3aee1ea593069322a49355dd8780d99e123'/>
<id>87afc3aee1ea593069322a49355dd8780d99e123</id>
<content type='text'>
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;

Autobuild-User(master): Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date(master): Sat Mar  2 03:57:34 CET 2013 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;

Autobuild-User(master): Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date(master): Sat Mar  2 03:57:34 CET 2013 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-python: Remove env from non-executable dcerpc scripts.</title>
<updated>2012-03-13T16:52:30+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@samba.org</email>
</author>
<published>2012-03-13T10:57:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f9fda92376ed895abb83c44dcd55a6b9511b3545'/>
<id>f9fda92376ed895abb83c44dcd55a6b9511b3545</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-python: Consistently use spaces rather than tabs, fix headers in several places.</title>
<updated>2011-09-13T00:24:03+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2011-09-12T23:10:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=df1d3dc777b48bc9bc10f3eb44dec90db490a899'/>
<id>df1d3dc777b48bc9bc10f3eb44dec90db490a899</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-python: Add more module docstrings.</title>
<updated>2010-12-05T16:27:05+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-12-05T16:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=71671a84bbb93cee24f972b9ef72612166290ee0'/>
<id>71671a84bbb93cee24f972b9ef72612166290ee0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-selftest: Move more tests to scripting/python, simplifies running of tests.</title>
<updated>2010-09-22T05:54:38+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-09-22T05:54:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e12e661f35983dfab3e7d869df7770f519b49e48'/>
<id>e12e661f35983dfab3e7d869df7770f519b49e48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-python: python is not always in /usr/bin</title>
<updated>2010-06-24T08:46:57+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-06-24T04:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4cb423f52737d980132709fe63bc3194b9307880'/>
<id>4cb423f52737d980132709fe63bc3194b9307880</id>
<content type='text'>
Using "#!/usr/bin/env python" is more portable. It still isn't ideal
though, as we should really use the python path found at configure
time. We do that in many places already, but some don't.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using "#!/usr/bin/env python" is more portable. It still isn't ideal
though, as we should really use the python path found at configure
time. We do that in many places already, but some don't.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>python: Use samba.tests.TestCase, make sure base class tearDown and</title>
<updated>2010-06-19T20:46:45+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-06-19T16:58:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c92db7b6dc31756fc461ea9f74e1cd675e3e160d'/>
<id>c92db7b6dc31756fc461ea9f74e1cd675e3e160d</id>
<content type='text'>
setUp methods are called, fix formatting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
setUp methods are called, fix formatting.
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP8</title>
<updated>2009-09-24T13:03:59+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-09-23T17:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0450a5bf90ea7ba58a44127821b15ab9d931a620'/>
<id>0450a5bf90ea7ba58a44127821b15ab9d931a620</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "s4:python  fixed subunit tests of dcerpc"</title>
<updated>2009-09-24T13:03:58+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-09-23T14:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5cf25fd2254ded03c05d4119fa8389c88c05b0f5'/>
<id>5cf25fd2254ded03c05d4119fa8389c88c05b0f5</id>
<content type='text'>
This reverts commit ffd48a79ee34dc90c0f6f16564c3a0de8b53d3d2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ffd48a79ee34dc90c0f6f16564c3a0de8b53d3d2.
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:python  fixed subunit tests of dcerpc</title>
<updated>2009-09-04T08:07:04+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-09-04T08:07:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ffd48a79ee34dc90c0f6f16564c3a0de8b53d3d2'/>
<id>ffd48a79ee34dc90c0f6f16564c3a0de8b53d3d2</id>
<content type='text'>
The version of the unitest python module in Ubuntu Jaunty doesn't seem
to support this many level of subdirectories. Moving the tests up one
level solves the problem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The version of the unitest python module in Ubuntu Jaunty doesn't seem
to support this many level of subdirectories. Moving the tests up one
level solves the problem.
</pre>
</div>
</content>
</entry>
</feed>
