File: NEWS

package info (click to toggle)
testrepository 0.0.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 376 kB
  • ctags: 427
  • sloc: python: 2,274; makefile: 15
file content (29 lines) | stat: -rw-r--r-- 1,010 bytes parent folder | download
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
############################
testrepository release notes
############################

NEXT (In development)
+++++++++++++++++++++

IMPROVEMENTS
~~~~~~~~~~~~

0.0.3
-----

* ``failing`` now correctly calls ``repository.get_failing`` and will this
  track all seen failures rather than just the latest observed failures.

* New argument type ``StringArgument`` for use when a supplied argument is just
  a string, rather than a typed argument.

* New subcommand 'failing' added.

* New subcommand ``run`` added which reads a .testr.conf file to figure out how
  to run tests with subunit output. It then runs them and pipes into testr
  load. This allows simpler integration and permits a programming interface so
  that tools like Tribunal/Eclipe etc can refresh tests in a testrepository.
  ``run`` also passes arguments and options down to the child process. ``run``
  can also supply test ids on the command, for test runners that want that.

* The command 'last' will no longer error on a new repository.