Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf458522

Browse files
committed
Added tests.
Uses httmock library to abstract away requests-library.Uses nose to actually run tests.
1 parentff2d84c commitf458522

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'],
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)

[8]ページ先頭

©2009-2025 Movatter.jp