Hasan Aliyev

Results 8 issues of Hasan Aliyev

Hi. I saw some people create issue with python. As most of distros changed default installed python version to 3 suggest to migrate to python3 or for now change header...

Zenmap

Add Oracle database support for migration. 1st task to add connection to oracle database

enhancement

**Is your feature request related to a problem? Please describe.** New Feature **Describe the solution you'd like** One class that will convert data types

enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

### Summary Command: `ansible-playbook playbook.yaml -e "host_ip=192.168.1.1" ` In the output it does not show real ip address. ### Issue Type Bug Report ### Component Name Module ### Ansible Version...

bug
verified
affects_2.15

# Documentation https://docs.python.org/3/library/unittest.mock.html#auto-speccing https://github.com/python/cpython/blob/c444362c6e0b6c01f49c3bee864100f52bd3b640/Doc/library/unittest.mock.rst#L2615 mock = Mock(name='Thing', return_value=None) mock(1, 2, 3) mock.assret_called_once_with(4, 5, 6) # Intentional typo! Your tests can pass silently and incorrectly because of the typo. ---------------------------- Expected...

docs