8000 Added tests. · python-gitlab/python-gitlab@f458522 · GitHub
[go: up one dir, main page]

Skip to content

Commit f458522

Browse files
committed
Added tests.
Uses httmock library to abstract away requests-library. Uses nose to actually run tests.
1 parent ff2d84c commit f458522

File tree

3 files changed

+1003
-0
lines changed

3 files changed

+1003
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ def get_version():
2323
py_modules=['gitlab'],
2424
scripts=['gitlab'],
252 54E2 5
install_requires=['requests'],
26+
tests_require=['httmock', 'nose'],
27+
test_suite="nose.collector",
2628
classifiers=[
2729
'Development Status :: 5 - Production/Stable',
2830
'Environment :: Console',

0 commit comments

Comments
 (0)
0