<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/tests, branch 0.9.17</title>
<subtitle>github.com: python-cmd2/cmd2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/'/>
<entry>
<title>Added in_script() and in_pyscript() to cmd2.Cmd class</title>
<updated>2019-09-24T02:18:19+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-24T02:18:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=265e598594b650936730279506e9f072adf2ea01'/>
<id>265e598594b650936730279506e9f072adf2ea01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added unit tests for CompletionError</title>
<updated>2019-09-23T19:08:31+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-23T19:08:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=b4fa4c9946146d9499de7d3cb28377b3d537a5e7'/>
<id>b4fa4c9946146d9499de7d3cb28377b3d537a5e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>No longer printing all help text for alias and macro when the subcommand is omitted. Instead allow argparse to handle the error.</title>
<updated>2019-09-17T14:04:25+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-17T14:04:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=17eefdeb934525772885ff31f80a0d5a016a5b52'/>
<id>17eefdeb934525772885ff31f80a0d5a016a5b52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed unit tests on Python versions older than 3.7</title>
<updated>2019-09-16T21:57:21+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-16T21:57:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=c7bf16f3ab46d5b6f4c48c038b620930fbe4551b'/>
<id>c7bf16f3ab46d5b6f4c48c038b620930fbe4551b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added unit test to override a parameter in a parent parser</title>
<updated>2019-09-16T21:50:11+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-16T21:50:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=2e94459251943bf9ed5fd0e8213451a4aa632ba4'/>
<id>2e94459251943bf9ed5fd0e8213451a4aa632ba4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated arg_tokens unit tests</title>
<updated>2019-09-16T21:45:29+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-16T21:45:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=68e7528e37a07058e0f4fda57356bd631dca44c1'/>
<id>68e7528e37a07058e0f4fda57356bd631dca44c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed arg_tokens to a dictionary</title>
<updated>2019-09-16T19:36:39+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-16T19:36:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=e6585d155810f9afb2a246a71f939e1c0d511694'/>
<id>e6585d155810f9afb2a246a71f939e1c0d511694</id>
<content type='text'>
Including tokens from parent parsers in arg_tokens when subcommands are used
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Including tokens from parent parsers in arg_tokens when subcommands are used
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed issue where invalid subcommand token was ignored when tab completing help</title>
<updated>2019-09-13T22:14:32+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-13T22:14:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=65ed685aad4707e9a8a4a48921d8ca862594d77c'/>
<id>65ed685aad4707e9a8a4a48921d8ca862594d77c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increased code coverage</title>
<updated>2019-09-13T21:59:04+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-13T21:59:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=ed56264038258c24eda81d6f897b7b64cc0dc948'/>
<id>ed56264038258c24eda81d6f897b7b64cc0dc948</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added unit tests for arg_tokens</title>
<updated>2019-09-13T21:37:59+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-13T21:37:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=eda4014f47d5b95d4e5690414c0a3ab740fbdc61'/>
<id>eda4014f47d5b95d4e5690414c0a3ab740fbdc61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
