- Introduce
pytest{,-cov,-sugar}
development dependencies - Change
.gitlab-ci.yml
andMakefile
test rule- Install dev dependencies into the tests jobs to install pytest
- The tests jobs take a bit longer
- Generate coverage report web pages and badge with GitLab feature
- The badge can be found here for this branch.
- Change tests jobs names using a colon
- helpers tests were not recognized without the
test_
prefixes and__init__.py
- Update and refactor Tests section with pytest usage
- Fix
api.ws2p.test_ws2p.test_document_message()
test
Close #90 (closed), #103 (closed).
Edited by Moul
Merge request reports
Activity
changed milestone to %1.0.0
added CI/CD label
added 6 commits
-
eaad5b25...e14417d6 - 2 commits from branch
dev
- a23fbb2e - [dep] #103 (closed): Install pytest and pytest-sugar
- 9e0dd252 - [ci] #103 (closed): Change .gitlab-ci.yml and Makefile test rule
- abd49676 - [test] #103 (closed): helpers tests were not recognized without the:
- 39a07419 - [doc] #103 (closed): Update and refactor Tests section with pytest usage
Toggle commit list-
eaad5b25...e14417d6 - 2 commits from branch
added 1 commit
- 982534bb - [doc] #103 (closed): Update and refactor Tests section with pytest usage
- Resolved by Vincent Texier
- Resolved by Vincent Texier
added 5 commits
-
5c00bd86 - 1 commit from branch
dev
- 683535dc - [dep] #103 (closed): Install pytest dependency
- 9d744177 - [ci] #103 (closed): Change .gitlab-ci.yml and rm make test rule
- c299ad02 - [test] #103 (closed): helpers tests were not recognized without the:
- 6b96bcd8 - [doc] #103 (closed): Update and refactor Tests section with pytest usage
Toggle commit list-
5c00bd86 - 1 commit from branch
added 1 commit
- bfc93536 - [ci] #103 (closed): Run pytest installed on the images
added 1 commit
- 00f22c53 - [ci] #103 (closed): Run pytest installed on the images
added 1 commit
- ef0395f0 - [ci] #103 (closed): Run pytest installed on the images
added 13 commits
-
6b96bcd8...7ce7e3b7 - 9 commits from branch
dev
- f4a2a425 - [dep] #103 (closed): Install pytest dependency
- 83732b12 - [ci] #103 (closed): Change .gitlab-ci.yml and rm make test rule
- 6648a89f - [test] #103 (closed): helpers tests were not recognized without the:
- 266b1143 - [doc] #103 (closed): Update and refactor Tests section with pytest usage
Toggle commit list-
6b96bcd8...7ce7e3b7 - 9 commits from branch
added 2 commits
- c8377ff8 - #90 (closed), #103 (closed): Introduce pytest-cov dev dep
- bb1aeef3 - #90 (closed): Generate coverage report
added 2 commits
- 9cea1bdf - [dep] #90 (closed), #103 (closed): Introduce pytest-cov dev dep
- c54f3245 - [ci] #90 (closed): Generate coverage report
Please register or sign in to reply