ansible-collections-openstack/tests/unit
Jakob Meng b579d03968 Fixed code violating Flake8 rule E275
assert [1] is a Python keyword hence Flake8 raised an error:
"E275 missing whitespace after keyword" [2].

[1] https://docs.python.org/3/reference/lexical_analysis.html#keywords
[2] https://www.flake8rules.com/rules/E275.html

Change-Id: I76bbe10b850c38a3fbb38c4a2f5ee17ca5b91b4e
(cherry picked from commit 1bf22feb2d)
2022-08-01 15:03:32 +00:00
..
compat Fix ansible-tests for devel branch 2020-06-03 00:05:07 +03:00
mock Remove from __future__ lines 2020-03-01 06:26:03 -06:00
modules Fixed code violating Flake8 rule E275 2022-08-01 15:03:32 +00:00
plugins Remove from __future__ lines 2020-03-01 06:26:03 -06:00
__init__.py Migrate openstack modules as a collection 2020-01-17 14:07:24 +00:00
requirements.txt Cleanup unit test requirements 2020-02-20 11:57:27 +01:00