Matt Clay and GitHub
9f899f9492
Require from __future__ import annotations ( #81902 )
2023-10-04 22:11:17 +00:00
Matt Clay and GitHub
4816bb4f43
More boilerplate fixes. ( #70224 )
...
* Fix boilerplate in hacking dir.
* Fix boilerplate in docs dir.
* Fix boilerplate in integration tests.
* Fix boilerplate in examples.
2020-06-22 19:05:30 -07:00
062e780a68
starting metadata sunset ( #69454 )
...
* starting metadata sunset
- purged metadata from any requirements
- fix indent in generic handler for yaml content (whey metadata display was off)
- make more resilient against bad formed docs
- removed all metadata from docs template
- remove metadata from schemas
- removed mdata tests and from unrelated tests
Co-authored-by: Felix Fontein <felix@fontein.de >
Co-authored-by: Rick Elrod <rick@elrod.me >
2020-06-04 21:01:46 -04:00
Matt Martz and GitHub
4e2c70c13e
Include version_added in report.py ( #61857 )
2019-09-09 11:40:38 -05:00
Matt Clay and GitHub
d651bda123
Relocate ansible-test code. ( #60147 )
...
* Initial move of `test/runner/` content.
`test/runner/lib/` -> `test/lib/ansible_test/_internal/`
`test/runner/` -> `test/lib/ansible_test/_internal/data/`
* Initial move of `test/sanity/` content.
`test/sanity/` -> `test/lib/ansible_test/_internal/data/sanity/` (except `test/sanity/ignore.txt`)
* Initial move of `test/units/pytest/` content.
`test/units/pytest/` -> `test/lib/ansible_test/_internal/data/pytest/`
* Follow-up move of `test/runner/unit/` content.
`test/lib/ansible_test/_internal/data/unit/` -> `test/lib/ansible_test/tests/unit/`
* Initial move of `ansible.cfg` content.
`test/units/ansible.cfg` -> `test/lib/ansible_test/_internal/data/units/ansible.cfg`
`test/env/ansible.cfg` -> `test/lib/ansible_test/_internal/data/env/ansible.cfg`
* Follow-up move of `data` directory.
`test/lib/ansible_test/_internal/data/` -> `test/lib/ansible_test/_data/`
* Update import statements.
* Add missing __init__.py for unit tests.
* Fix path references and miscellaneous issues.
2019-08-06 14:43:29 -07:00
Matt Martz and GitHub
7a61763fba
Don't require requests in hacking/report.py ( #45350 )
...
* Don't require requests in hacking/report.py
* move ansible import
2018-09-07 11:51:41 -05:00
Abhijeet Kasurde and Brian Coca
36f82ae8cc
Replace exit() with sys.exit()
...
This fix adds replacement for exit() to sys.exit(), as
exit() is not recommended way to exit from the program.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2017-12-14 22:03:08 -05:00
Matt Clay
1c1527c73f
Initial version of source/testing report tool.
2017-07-15 00:15:04 -07:00