Commit Graph

1921 Commits

Author SHA1 Message Date
Jacob Mason e39d114e1a Correct spelling of 'rosed'
Found this misspelling. There are a couple more instances of 'rossed' in this file, but those may be intentional.
2016-09-08 14:26:44 -07:00
Dirk Thomas 76c860373f 1.13.2 2016-09-02 11:35:54 -07:00
Dirk Thomas 7a6bffaeca update changelogs 2016-09-02 11:35:45 -07:00
Dirk Thomas 1bcb8f8578 add missing verbs to rosservice completion 2016-07-25 10:39:10 -07:00
Ed Venator e190f82b40 Changes rosunit test strings so tests pass. (#113)
The xml output of rosunit has changed such that it no longer
"pretty-prints" the output. These changes update the expected
results to match the actual output of rosunit. Note that these
tests pass even with the currently incorrect serialization of
CDATA described in #112.
2016-04-12 11:13:44 -07:00
Ed Venator 67e8c57bdd Enables unit tests on xmlrunner.py (#113) 2016-04-12 11:13:35 -07:00
Dirk Thomas f475f9499a 1.13.1 2016-03-13 12:24:08 -07:00
Dirk Thomas 492f5165cd update changelogs 2016-03-13 12:23:53 -07:00
Ed Venator b40a0b775e Fix a regression in XML reports introduced by #89
The changes in #89 to use an XML framework to generate test reports
introduced a bug caused by variable name collisions in the
_print_error() method. This resolves that bug and corrects the
docstring of the method.
2016-03-13 12:10:15 -07:00
Dirk Thomas b095e33ca7 1.13.0 2016-03-10 15:11:05 -08:00
Dirk Thomas 845007f5f4 update changelogs 2016-03-10 15:10:45 -08:00
Dirk Thomas 3369021ac6 1.12.6 2016-03-10 15:06:28 -08:00
Dirk Thomas bb10470660 update changelogs 2016-03-10 15:03:26 -08:00
Kentaro Wada 3a0d4d1edb Add roscat to display file contents as stdout 2016-03-10 02:57:41 +09:00
P. J. Reed 86e6e62102 Adding junitxml XML generation unit tests 2016-03-04 12:48:16 -06:00
P. J. Reed 808f53c2bb Fixing a few incorrect method calls 2016-03-03 09:34:45 -06:00
P. J. Reed d850cfd02d Generating test XML with xml.etree.ElementTree
Previously, unit test report XML was generated by hand-assembling strings.
This led to situations where the reports contained invalid XML characters that
would cause  XML parsers to choke.
These changes instead use Python's built-in ElementTree implementation to
generate XML, which ensures the result is well-formed and also replaces
non-printable characters with appropriate Unicode control codes.
2016-03-02 16:44:04 -06:00
Michal Staniaszek 7b8a64dd60 add ability to load tests using dotnames in rosunit (#101) 2016-02-29 17:17:14 -08:00
Maarten de Vries 3b0d87c382 roszsh: Ignore hidden files and directory in _roscomplete_exe. 2016-02-27 01:53:23 +01:00
Dirk Thomas dd88e9b13c remove setup.cfg files for tests 2015-11-30 15:06:05 -08:00
Dirk Thomas 20afa6819a 1.12.5 2015-10-13 11:41:50 -07:00
Dirk Thomas 6adc0e57c8 update changelogs 2015-10-13 11:41:31 -07:00
Dirk Thomas 01a5354a97 Merge pull request #94 from de-vri-es/rosrun-spaces
rosrun: Allow spaces in command names and search paths.
2015-10-13 11:07:16 -07:00
Dirk Thomas a2f8d44cfd 1.12.4 2015-10-12 17:44:26 -07:00
Dirk Thomas c49a9214cb update changelogs 2015-10-12 17:44:10 -07:00
Maarten de Vries 5d457303c5 rosrun: Allow spaces in command names and search paths. 2015-10-08 16:46:27 +02:00
Maarten de Vries f694f666ae robash: Fix zsh rosservice completion. 2015-09-28 12:46:41 +02:00
Dirk Thomas 6e4374fa4b 1.12.3 2015-09-19 13:23:14 -07:00
Dirk Thomas 9010c256a7 update changelogs 2015-09-19 13:15:07 -07:00
Dirk Thomas 3e82f4bc8a fix roslaunch completion if path contains white spaces (fix ros/ros_comm#658) 2015-09-16 14:14:56 -07:00
Chris Mansley 5f5e461908 add rosconsole tab completion for bash 2015-08-06 16:02:26 -07:00
Dirk Thomas bd49938705 add --first-only option to catkin_find invocation to be defensive (#83) 2015-06-09 10:31:37 -07:00
Dirk Thomas a475c05831 1.12.2 2015-04-27 16:14:09 -07:00
Dirk Thomas 3be2df0b71 update changelogs 2015-04-27 16:13:50 -07:00
Dirk Thomas 23365b4ef0 fix location of rostest result files 2015-04-27 16:08:44 -07:00
Dirk Thomas 29d8324936 1.12.1 2015-04-16 12:40:53 -07:00
Dirk Thomas a8576572a2 update changelogs 2015-04-14 12:21:13 -07:00
Dirk Thomas b3277130b1 ignore stderr output of roslaunch-complete (#19) 2015-04-14 12:17:56 -07:00
Christian Dornhege b407edc99e enable roslaunch args completion in rosbash 2015-04-14 12:17:48 -07:00
Andrew Clough 894b52152c Adding support for fish shell
This adds a rosfish alongside rosbash and the others to provide shell
functions such as roscd and appropriate tab completions.  Due to
differing syntax fish users will have to set environemnt variables
manually that are set by setup.sh for bash and zsh but once that is done
they should be able to use all the same facilities as other supported
shells.
2015-01-26 20:13:05 -05:00
Dirk Thomas 56491e6f0a 1.12.0 2014-12-26 10:26:07 -08:00
Dirk Thomas 3ae6183d6e update changelogs 2014-12-26 10:24:28 -08:00
Dirk Thomas c6e91f9af1 1.11.6 2014-12-22 17:57:16 -08:00
Dirk Thomas 1680b6d710 update changelogs 2014-12-22 17:13:56 -08:00
J.A. van Egmond 56eb5175e6 Changed behaviour of roscd in roszsh to match the roscd in rosbash 2014-12-10 10:04:13 -08:00
Dirk Thomas 07df4a8433 improve rosbag zsh tab completion for bag files (#70) 2014-12-09 14:43:21 -08:00
Dirk Thomas 26366164c6 clean up white spaces only 2014-12-09 14:42:11 -08:00
Dirk Thomas f87e8e0297 fix OSError handling 2014-10-25 17:34:29 -07:00
Dirk Thomas 01f9fc1140 1.11.5 2014-08-18 11:44:01 -07:00
Dirk Thomas 41db5ed5ad update changelogs 2014-08-18 11:43:52 -07:00