Commit Graph

4 Commits (master)

Author SHA1 Message Date
Gael Chamoulaud (Strider) 5d55cfde1d
Make the measuring code coverage test working
Change-Id: I9e28b3b08685ea7a7ae1ed73888d8160728f5ded
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
2020-12-11 10:23:15 +01:00
Gael Chamoulaud (Strider) 7b14f9c22d Add API Documentation structure
Change-Id: Ie99c6118dff88b2b8e614f732391793b54bb91f0
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
2020-05-14 11:53:31 +00:00
Gael Chamoulaud (Strider) 3cc5263983
Move unit tests execution to stestr
From time to time, unit tests execution fails with error: "TypeError:
'NoneType' object is not iterable". It seems that problem is in
unittest2 library, which is used by testtools for executing the tests.
Stestr lib is usinig unittest by default and the problem does not appear
for several hundred launches.

Authored-By: danpawlik <dpawlik@redhat.com>

Change-Id: I6646629128d9265b5fb7390dc131c55cf34a07ca
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
2020-04-28 09:17:48 +02:00
Gael Chamoulaud (Strider) 76d6a95bb5
Adding the foundation files
* tox linters tests
* Adds requirements files
* Adds bindep.txt
* Adds gitignore file
* Adds pre-commit configuration file

Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
2020-02-28 14:47:28 +01:00