<feed xmlns='http://www.w3.org/2005/Atom'>
<title>firstaidkit.git/testsuite, branch master</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/firstaidkit.git/'/>
<entry>
<title>testsuite/cli tests:</title>
<updated>2008-11-20T12:46:22+00:00</updated>
<author>
<name>Joel Andres Granados</name>
<email>jgranado@redhat.com</email>
</author>
<published>2008-11-19T20:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/firstaidkit.git/commit/?id=c5d0300ce1f2cb221e1102db8d77251f68d0c3d0'/>
<id>c5d0300ce1f2cb221e1102db8d77251f68d0c3d0</id>
<content type='text'>
    1. Do the test the right way.  We were checking the exact output in order
       to validate the correctness of the cli.  Randomness in FAK and other
       issues interfered with this test schema.  We now check specific output
       string in the whole output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    1. Do the test the right way.  We were checking the exact output in order
       to validate the correctness of the cli.  Randomness in FAK and other
       issues interfered with this test schema.  We now check specific output
       string in the whole output.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cli test:</title>
<updated>2008-10-31T17:02:36+00:00</updated>
<author>
<name>Joel Andres Granados</name>
<email>jgranado@redhat.com</email>
</author>
<published>2008-10-31T17:02:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/firstaidkit.git/commit/?id=64d681c5cd09270e8e1f8784cbe0da0960ff83e0'/>
<id>64d681c5cd09270e8e1f8784cbe0da0960ff83e0</id>
<content type='text'>
          Add test for the outomatica mode and the flow mode of the cli.
          The downside to this test is that it probably wont work when
          firstaidkit is installed in the system.  The reason for this is
          that it brings all the plugins that are installed in the system,
          this means that the outputs will be different when the commands
          are run.  This must be addressed and if this turns into an
          issue we should simply turn the test off untill its fixed.
          Moreover this will make the build fail when changed that modify
          the system messages are introduced.  So from now on when those
          types of messages are changed, the test mush be changed as well
          (Which basically means changing the outputs files).

    1. cli.py : add main test classes.
    2. cli/outputs/*: these are the outputs that the various commands should
                      have when called with the plugins under testsuite/cli.
                      The files are called like the commands.
    3. cli/plugin*: two plugins to server as the information providers.  They
                    don't do anything interesting.
    4. __init__.py: export the new test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
          Add test for the outomatica mode and the flow mode of the cli.
          The downside to this test is that it probably wont work when
          firstaidkit is installed in the system.  The reason for this is
          that it brings all the plugins that are installed in the system,
          this means that the outputs will be different when the commands
          are run.  This must be addressed and if this turns into an
          issue we should simply turn the test off untill its fixed.
          Moreover this will make the build fail when changed that modify
          the system messages are introduced.  So from now on when those
          types of messages are changed, the test mush be changed as well
          (Which basically means changing the outputs files).

    1. cli.py : add main test classes.
    2. cli/outputs/*: these are the outputs that the various commands should
                      have when called with the plugins under testsuite/cli.
                      The files are called like the commands.
    3. cli/plugin*: two plugins to server as the information providers.  They
                    don't do anything interesting.
    4. __init__.py: export the new test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the format of the firstaidkit file.</title>
<updated>2008-07-14T09:33:13+00:00</updated>
<author>
<name>Joel Andres Granados</name>
<email>jgranado@redhat.com</email>
</author>
<published>2008-07-11T14:40:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/firstaidkit.git/commit/?id=fdf629196062319bba60fa13c606ed4ba80a41ff'/>
<id>fdf629196062319bba60fa13c606ed4ba80a41ff</id>
<content type='text'>
- Indendtation should be 4 spaces.  There was a function indented with
  8 spaces.
- Lines should be shorted than 80 chars.  It just looks pretty :)
  Think of terminals whith only 80 char of length.  Think of debuging
  in rescue mode.
- Change also the print statements.  Just getting ready for python 3000.
- Get some spaces between elifs
- There should not be any lines ending in spaces.
- This can all be read in the python code conventions
  http://www.python.org/dev/peps/pep-0008/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Indendtation should be 4 spaces.  There was a function indented with
  8 spaces.
- Lines should be shorted than 80 chars.  It just looks pretty :)
  Think of terminals whith only 80 char of length.  Think of debuging
  in rescue mode.
- Change also the print statements.  Just getting ready for python 3000.
- Get some spaces between elifs
- There should not be any lines ending in spaces.
- This can all be read in the python code conventions
  http://www.python.org/dev/peps/pep-0008/
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean the created log file for the initialization testsuite</title>
<updated>2008-06-04T11:48:50+00:00</updated>
<author>
<name>Joel Andres Granados</name>
<email>jgranado@redhat.com</email>
</author>
<published>2008-06-04T11:48:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/firstaidkit.git/commit/?id=a7f824fdc70b35561ba33b6c3306fe790b9d8a5a'/>
<id>a7f824fdc70b35561ba33b6c3306fe790b9d8a5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the pycFile.pyc on the fly before starting any tests in the initialization suite.</title>
<updated>2008-06-03T12:12:22+00:00</updated>
<author>
<name>Joel Andres Granados</name>
<email>jgranado@redhat.com</email>
</author>
<published>2008-06-03T12:12:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/firstaidkit.git/commit/?id=b5d31e35fb2ef16a41afa164086ca07bb5741406'/>
<id>b5d31e35fb2ef16a41afa164086ca07bb5741406</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Its better to compile the file on the fly and then do the test.</title>
<updated>2008-06-03T11:53:46+00:00</updated>
<author>
<name>Joel Andres Granados</name>
<email>jgranado@redhat.com</email>
</author>
<published>2008-06-03T11:53:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/firstaidkit.git/commit/?id=241466429e4ea679391950262d1a128e55b2c2e8'/>
<id>241466429e4ea679391950262d1a128e55b2c2e8</id>
<content type='text'>
This will avoid the situation where old pyc or pyo files don't
work with some python interpreter version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will avoid the situation where old pyc or pyo files don't
work with some python interpreter version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the pyc file to the source.</title>
<updated>2008-06-03T08:49:29+00:00</updated>
<author>
<name>Joel Andres Granados</name>
<email>jgranado@redhat.com</email>
</author>
<published>2008-06-03T08:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/firstaidkit.git/commit/?id=b9eeaeb0c42bfcc529055f3c66ef5565613fcd74'/>
<id>b9eeaeb0c42bfcc529055f3c66ef5565613fcd74</id>
<content type='text'>
This is necesary to run the testsuite
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is necesary to run the testsuite
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the testsuite controler (test) and some tests.</title>
<updated>2008-06-02T16:48:31+00:00</updated>
<author>
<name>Joel Andres Granados</name>
<email>jgranado@redhat.com</email>
</author>
<published>2008-06-02T16:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/firstaidkit.git/commit/?id=ed8bd56bc23923cdf6a8a32c3ea6a0d7646e85bd'/>
<id>ed8bd56bc23923cdf6a8a32c3ea6a0d7646e85bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Inital bare structure for the First Aid Kit</title>
<updated>2007-11-09T10:20:43+00:00</updated>
<author>
<name>Martin Sivak</name>
<email>msivak@redhat.com</email>
</author>
<published>2007-11-09T10:20:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/firstaidkit.git/commit/?id=90954c51ff7a9114d36058e62c1daa6790992e24'/>
<id>90954c51ff7a9114d36058e62c1daa6790992e24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
