You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units
Sloane Hertel 4c41562270
remove deprecated datetime.datetime methods (#81323)
* Remove datetime.datetime.utcfromtimestamp and datetime.datetime.uctnow
  from controller code since they are deprecated in Python 3.12.

* Update target side code to use new utcfromtimestamp and utcnow utils in ansible.module_utils.compat.datetime that return aware datetime objects on Python 2.7 and 3.

Co-authored-by: Matt Clay <matt@mystile.com>
11 months ago
..
_vendor Improve unit test code coverage (#80683) 1 year ago
ansible_test Improve code coverage of unit tests (#80904) 1 year ago
cli Add pymarkdown sanity test for core (#81220) 12 months ago
compat Clean up unused imports in unit tests (#79893) 1 year ago
config Add test for 256-color configuration values (#78613) 12 months ago
errors Clean up unit tests. (#78498) 2 years ago
executor Remove Python 3.5 support (#80972) 1 year ago
galaxy Consider all configured collection paths when installing collections (#81243) 11 months ago
inventory Fix pointless statements in unit tests (#79940) 1 year ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 9 years ago
mock More unit test code coverage improvements (#81136) 1 year ago
module_utils remove deprecated datetime.datetime methods (#81323) 11 months ago
modules Improve code coverage of unit tests (#81119) 1 year ago
parsing Refactor test cases to improve unit test quality (#81334) 11 months ago
playbook Fix pylint disallowed-name errors (#80854) 1 year ago
plugins Replace `reboot_command` integration test with unit tests (#78956) 12 months ago
regex Add toggle to control invalid character substitution in group names (#52748) 5 years ago
template Clean up unused imports in unit tests (#79893) 1 year ago
utils add Python 3.12 support to ansible-test (#80834) 11 months ago
vars More unit test code coverage improvements (#81136) 1 year ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
requirements.txt Remove Python 3.9 support for the controller (#80973) 12 months ago
test_context.py Clean up unit test boilerplate. 4 years ago
test_no_tty.py ansible-test - Fix subprocess management. (#77641) 2 years ago