1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-29 08:56:23 -07:00
gochan/devtools/selenium_testing/tests
deepsource-autofix[bot] a9e9acd211
refactor: replace range(len(...)) with enumerate(...)
Using `range(len(...))` is not pythonic. Python does not have not index-based loops. Instead, it uses collection iterators.  Python has a built-in method `enumerate` which adds a counter to an iterable.
2023-05-22 22:04:59 +00:00
..
__init__.py refactor: use identity check for comparison to a singleton 2023-05-22 15:54:57 +00:00
test_mgmt.py refactor: replace range(len(...)) with enumerate(...) 2023-05-22 22:04:59 +00:00
test_posting.py Delete recent test post after its creation was confirmed 2023-05-22 13:59:21 -07:00