summaryrefslogtreecommitdiff
path: root/tests/smoke
Commit message (Collapse)AuthorAgeFilesLines
* chore: add basic typing to smoke testsNejc Habjan2022-10-271-3/+3
|
* chore: remove redundant list comprehensionNejc Habjan2022-01-231-1/+1
|
* chore: rename `gitlab/__version__.py` -> `gitlab/_version.py`jlvillal/version_mvJohn L. Villalovos2022-01-151-1/+1
| | | | | | | | | | | | | | It is confusing to have a `gitlab/__version__.py` because we also create a variable `gitlab.__version__` which can conflict with `gitlab/__version__.py`. For example in `gitlab/const.py` we have to know that `gitlab.__version__` is a module and not the variable due to the ordering of imports. But in most other usage `gitlab.__version__` is a version string. To reduce confusion make the name of the version file `gitlab/_version.py`.
* fix(build): do not include docs in wheel packageNejc Habjan2021-10-311-4/+5
|
* test(build): add smoke tests for sdist & wheel packageNejc Habjan2021-09-022-0/+33