aitjcize / PyTox

Python binding for Project-Tox the skype replacement.
GNU General Public License v3.0
96 stars 29 forks source link

Made tests more verbose #30

Closed aviau closed 8 years ago

aviau commented 9 years ago

tox will now use nosetests when running tests. This makes tests more verbose.

Ex:

t:get_address ... ok
t:bootstrap_from_address ... ok
t:get_friend_connection_status ... ok
t:file_data_remaining ... ok
t:count_friendlist ... ok
t:on_friend_action ... ok
t:add_groupchat ... ok
t:on_read_receipt ... ok
t:set_name ... ok
t:get_self_status_message ... ok
t:size ... ok
t:save_to_file ... ok
t:get_self_user_status ... ok

----------------------------------------------------------------------
Ran 13 tests in 124.248s

OK
aviau commented 9 years ago

@aitjcize Any updates on this?

aitjcize commented 9 years ago

oh, sorry I forgot this one. By switching to nosetests, it breaks the original code coverage calculation.

aitjcize commented 8 years ago

Close due to no activity.