<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/tests/test_cmd2.py, branch 0.7.2</title>
<subtitle>github.com: python-cmd2/cmd2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/'/>
<entry>
<title>Bumping version to 0.7.2</title>
<updated>2017-05-22T19:41:02+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-22T19:41:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=e18ee6891452b572e22dac3c1267008f264cfc63'/>
<id>e18ee6891452b572e22dac3c1267008f264cfc63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a hard-coded path separator</title>
<updated>2017-05-18T14:48:01+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-18T14:48:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=ec91ec1340c9759add11e7bf2b9b5cd913dc1ee3'/>
<id>ec91ec1340c9759add11e7bf2b9b5cd913dc1ee3</id>
<content type='text'>
Fixed a bug where a path separator was hard-coded as ":" and replaced it with os.path.pathsep

Also changed version from 0.7.1a to 0.7.1 in preparation for upcoming release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed a bug where a path separator was hard-coded as ":" and replaced it with os.path.pathsep

Also changed version from 0.7.1a to 0.7.1 in preparation for upcoming release.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed transcript testing issues</title>
<updated>2017-04-26T19:47:17+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>tleonhardt@gmail.com</email>
</author>
<published>2017-04-26T19:47:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=f3fa2265442b5c263f7f7f9a99da80142d9a3fd4'/>
<id>f3fa2265442b5c263f7f7f9a99da80142d9a3fd4</id>
<content type='text'>
Transcript testing no longer creates an unnecessary 2nd instance of the class derived from cmd2.Cmd.  This dramatically simplifies transcript testing for derived classes which have required parameters during construction.

As a side effect the, feedback_to_output attribute now defaults to false.  This had some minor ripple effects on various unit tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Transcript testing no longer creates an unnecessary 2nd instance of the class derived from cmd2.Cmd.  This dramatically simplifies transcript testing for derived classes which have required parameters during construction.

As a side effect the, feedback_to_output attribute now defaults to false.  This had some minor ripple effects on various unit tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mostly fix a bunch of spelling mistakes.</title>
<updated>2017-03-14T01:40:56+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-03-14T01:40:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=8c1e01886853471d8dadd473f491f310937b01d0'/>
<id>8c1e01886853471d8dadd473f491f310937b01d0</id>
<content type='text'>
A few other miscellaneous minor tweaks for whitespace and such.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A few other miscellaneous minor tweaks for whitespace and such.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typo</title>
<updated>2017-03-13T04:45:10+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-03-13T04:45:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=4770cababcfd66351787b4668e127b14959e1040'/>
<id>4770cababcfd66351787b4668e127b14959e1040</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Travis CI changes</title>
<updated>2017-03-13T04:42:34+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-03-13T04:42:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=83bb40daf398b793c1114f62f36d7dc97b9472c6'/>
<id>83bb40daf398b793c1114f62f36d7dc97b9472c6</id>
<content type='text'>
- Remove Python 2.6 and 3.2 builds because they don't work and aren't worth fixing
- Attempt at fixing pypy3 unit test that fails
- First attempt at building for Python 3 on Mac OS X
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove Python 2.6 and 3.2 builds because they don't work and aren't worth fixing
- Attempt at fixing pypy3 unit test that fails
- First attempt at building for Python 3 on Mac OS X
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed an unused import</title>
<updated>2017-02-24T07:19:41+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-02-24T07:19:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=6ad77bed288403b6baa55c781737674f7f7dc49b'/>
<id>6ad77bed288403b6baa55c781737674f7f7dc49b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stopped skipping a test on Linux TravisCI since it should now always pass</title>
<updated>2017-02-24T07:16:10+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-02-24T07:16:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=01d1f7864487d366e17bc88237599f1810525353'/>
<id>01d1f7864487d366e17bc88237599f1810525353</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 0.7.1a</title>
<updated>2017-02-23T19:03:28+00:00</updated>
<author>
<name>Federico Ceratto</name>
<email>federico.ceratto@gmail.com</email>
</author>
<published>2017-02-23T18:54:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=b9ac44f889c42631808a4149a81f2e271990b75b'/>
<id>b9ac44f889c42631808a4149a81f2e271990b75b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added member boolean flag to disable output redirection and piping.</title>
<updated>2017-02-16T05:05:06+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-02-16T05:05:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=d55a618999194ca2076d75a5568184bf9efd3789'/>
<id>d55a618999194ca2076d75a5568184bf9efd3789</id>
<content type='text'>
This addresses Issue #15.

Also added a unit test for this new feature and display of it's status in the cmdenvironment command.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This addresses Issue #15.

Also added a unit test for this new feature and display of it's status in the cmdenvironment command.
</pre>
</div>
</content>
</entry>
</feed>
