1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
# date +%Y.%m.%d
2010.07.17
* pyarco.Type: SortedDict may be init from a list o tuples
* pyarco.Type: SortedDict accepts a 'default' argument in constructor
* pyarco.Pattern: Flyweight
2010.07.11
* atheist: .gen accepts now a tuple of strings.
* atheist: OpenPort condition goes to the new "net" plugin
* atheist: OpenPort does not use nmap, use Python sockets instead.
* atheist: New key "dirty" for tasks.
* atheist: New API function "temp_name()" to get temporary filenames inside the
.test file
2010.07.09
* pyarco: Removing all ostream staff from pyarco/UI. Now only cout() and
cout_config()
* pyarco: UI.ProgressBar may be interrupted by a logger with listen_logger()
* atheist: compath() is now a function with attributes instead of a
singleton class.
* atheist: Log is in gvar (global variables) module.
* atheist: dirty-mode warnings about not removed files.
2010.07.08
* atheist: fullbasedir and fulltestdir added
2010.07.05
* Fixes in compath() for curdir.
* atheist: Directories are now sorted at test loading.
2010.06.30
* atheist: process_directory sorts subdirectories
2010.06.20
* atheist: $dirname -> $testdir
2010.06.13
* atheist: plugins/webtesting.py: WebTest using curl.
* atheist: now works with python2.5
2010.05.23
* pyarco: ostream class to make transparent the use of terminal color
scaping
* atheist logger is now on atheist/log.py
* skip-setup is now "setup-hooks" (documentation and manpage changed)
* pyarco: making Singleton thread-safe
* pyarco: ProgressBar ETA estimation modified, now updates only one time
per second
2010.05.22
* Multiple tasks may be checked with TaskFinished and TaskRunning.
* FileContains allow specify 'whole' content and 'strip' of file.
* New Task hierarchy.
2010.01.20
* Multiple task may be killed in TaskTerminator.
2009.11.03
* Minimal bug in the ConsoleSummaryRender.
* IniParser does not requires ".atheist".
* -f: show output only for failed tasks.
2009.11.02
* notifiers for console, jabber and mail (SMTP).
* Test -> Task
* argument 'check' to difference tests and non-tests
2009.10.06
* variable substitution in the "include" statement
2009.09.18
* "id" attributed renamed to "tid"
* 'tests/cmd_not_found.test' fixed
* condition stores its value whenever is executed
2009.09.14
* "id" duplicity is checked only within the TestCase instead of all the tests.
%%% Local Variables:
%%% mode: flyspell
%%% ispell-local-dictionary: "american"
%%% End:
|