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

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ def get_version():
2323
py_modules=['gitlab'],
2424
scripts=['gitlab'],
2525
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)