python-cloudkittyclient/cloudkittyclient/tests
Rafael Weingärtner 244f229af7 Fix passenv declaration in tox.ini and function tests python env
While running the tests with the latest tox I was getting the following error message:
```
failed with pass_env values cannot contain whitespace, use comma to have multiple values in a single line'

```

That error is happening because of the passenv declaration. This patch is proposing a fix for that.

Besides the `tox` issue, we also needed to create a patch for the use of virtual env inside DevStack.
This patches presents a solution to run tests using the virtual env of DevStack.

Change-Id: Id8249ebb15d4047dcc6181908eae66eb39722863
2023-08-31 20:18:31 -03:00
..
functional Fix passenv declaration in tox.ini and function tests python env 2023-08-31 20:18:31 -03:00
unit Replace deprecated import of ABCs from collections 2021-08-13 17:15:35 +08:00
__init__.py Initial work for the CloudKitty client 2014-08-20 23:34:37 +02:00
utils.py Use unittest.mock instead of third party mock 2020-04-18 11:57:46 -05:00