1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-07 06:06:23 -07:00
gochan/devtools/selenium_testing
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
..
tests refactor: replace range(len(...)) with enumerate(...) 2023-05-22 22:04:59 +00:00
util Delete recent test post after its creation was confirmed 2023-05-22 13:59:21 -07:00
__init__.py Make single test argument work 2023-05-19 12:52:01 -07:00
options.py Delete recent test post after its creation was confirmed 2023-05-22 13:59:21 -07:00
runtests.py refactor: use identity check for comparison to a singleton 2023-05-22 15:54:57 +00:00