mirror_frr/tests
David Lamparter 3efd0893d0 *: un-split strings across lines
Remove mid-string line breaks, cf. workflow doc:

  .. [#tool_style_conflicts] For example, lines over 80 characters are allowed
     for text strings to make it possible to search the code for them: please
     see `Linux kernel style (breaking long lines and strings)
     <https://www.kernel.org/doc/html/v4.10/process/coding-style.html#breaking-long-lines-and-strings>`_
     and `Issue #1794 <https://github.com/FRRouting/frr/issues/1794>`_.

Scripted commit, idempotent to running:
```
python3 tools/stringmangle.py --unwrap `git ls-files | egrep '\.[ch]$'`
```

Signed-off-by: David Lamparter <equinox@diac24.net>
2020-07-14 10:37:25 +02:00
..
bgpd *: un-split strings across lines 2020-07-14 10:37:25 +02:00
helpers lib, tools: silence harmless warnings in the northbound tools 2020-04-03 22:34:55 -03:00
isisd tests/isisd: Update expected output to match corrected spelling 2020-03-16 15:36:34 +01:00
lib *: un-split strings across lines 2020-07-14 10:37:25 +02:00
ospf6d build: non-recursive tests 2018-09-08 21:26:54 +02:00
topotests tests: Remove bgp_show_ip_bgp_fqdn test 2020-07-10 20:33:10 +03:00
.gitignore lib: add frr_version_cmp() 2019-12-06 15:13:32 +01:00
Makefile build: non-recursive tests 2018-09-08 21:26:54 +02:00
pytest.ini tests: Exclude topotests from consideration 2018-11-27 20:22:10 -05:00
runtests.py tests: add pytest testrunners 2017-02-13 17:43:47 +01:00
subdir.am build: make clippy Makefile rules nicer 2020-04-27 09:52:41 +02:00