1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units
Evgeniy Krysanov 907765a3a5 Add Bitbucket Pipelines variable module (#54049)
* Add Bitbucket pipelines variable module

* Add tests

* Remove parameters check for `absent` state

* Update version_added documentation field

* Minor fixes

* A few additional cosmetic changes

* Move to source_control

* Rename lib/ansible/modules/source_control/bitbucket_pipelines_variable.py to lib/ansible/modules/source_control/bitbucket/bitbucket_pipelines_variable.py

* Reflect directory change

* Move these imports as well

* Rename 'key' parameter (API) to 'name' (GUI)

* Add missing __init__.py files to mark modules

* Rename module (pipeline should be singular)

* Adjust module references and variable names after renaming
2019-03-22 13:17:08 +01:00
..
cli
compat
config
contrib
errors
executor Move type checking methods out of basic.py and add unit tests (#53687) 2019-03-21 09:40:19 -04:00
inventory_test_data/group_vars
mock
module_utils Move type checking methods out of basic.py and add unit tests (#53687) 2019-03-21 09:40:19 -04:00
modules Add Bitbucket Pipelines variable module (#54049) 2019-03-22 13:17:08 +01:00
parsing
playbook remove obsolete set_play on play_context (#47934) 2019-03-11 18:25:48 -04:00
plugins Add pypsrp to unit tests and disable failing test. 2019-03-20 14:10:21 -07:00
regex Add toggle to control invalid character substitution in group names (#52748) 2019-03-06 11:49:40 -05:00
template
utils
vars Fix inventory cache interface (#50446) 2019-03-06 12:12:35 -06:00
__init__.py
ansible.cfg
conftest.py Add support for ansible-test --coverage-check. (#53573) 2019-03-11 15:13:09 -07:00
test_constants.py
test_context.py