61d5e57353
This simplifies and optimizes runner.py's test_match_tags() because it (1) uses isdisjoint() instead of intersection(), which involves constructing a new set, (2) eliminates a set operation when tags is falsey, (3) eliminates the need for a matched_tags variable, and (4) uses fewer not's, which should make it easier to parse and understand. |
||
---|---|---|
.. | ||
__init__.py | ||
client.py | ||
html.py | ||
runner.py | ||
selenium.py | ||
signals.py | ||
testcases.py | ||
utils.py |