ZEDGR / pychallonge

Python Module for the CHALLONGE API
https://challonge.com/api
BSD 2-Clause "Simplified" License
42 stars 11 forks source link

ParticipantsTestCase test_update is failing #8

Closed russellvt closed 3 years ago

russellvt commented 3 years ago

Since the new update (1.11.1), I have been seeing a FAIL on main.ParticipantsTestCase, now.

Traceback (most recent call last):
  File "tests.py", line 213, in test_update
    self.assertTrue(p1["updated_at"] >= self.ps[0]["updated_at"])
AssertionError: False is not true

I've not yet dug in to it, however.

ZEDGR commented 3 years ago

I have also executed the tests, but I haven't got this FAIL every time. This is from CHALLONGE, maybe they are having a delay updating the "updated_at" field.

test_call (__main__.APITestCase) ... ok
test_get_credentials (__main__.APITestCase) ... ok
test_get_local_timezone (__main__.APITestCase) ... ok
test_set_credentials (__main__.APITestCase) ... ok
test_set_get_timezone (__main__.APITestCase) ... ok
test_create_description (__main__.AttachmentsTestCase) ... ok
test_create_file (__main__.AttachmentsTestCase) ... skipped 'Skipping because of API Issues'
test_create_file_with_description (__main__.AttachmentsTestCase) ... skipped 'Skipping because of API Issues'
test_create_url (__main__.AttachmentsTestCase) ... ok
test_create_url_with_description (__main__.AttachmentsTestCase) ... ok
test_destroy (__main__.AttachmentsTestCase) ... ok
test_index (__main__.AttachmentsTestCase) ... ok
test_update_description (__main__.AttachmentsTestCase) ... ok
test_update_file (__main__.AttachmentsTestCase) ... skipped 'Skipping because of API Issues'
test_update_file_only_description (__main__.AttachmentsTestCase) ... skipped 'Skipping because of API Issues'
test_update_file_with_description (__main__.AttachmentsTestCase) ... skipped 'Skipping because of API Issues'
test_update_url (__main__.AttachmentsTestCase) ... ok
test_update_url_with_description (__main__.AttachmentsTestCase) ... ok
test_index (__main__.MatchesTestCase) ... ok
test_mark_as_underway (__main__.MatchesTestCase) ... ok
test_show (__main__.MatchesTestCase) ... ok
test_unmark_as_underway (__main__.MatchesTestCase) ... ok
test_update_reopen (__main__.MatchesTestCase) ... ok
test_check_in_and_undo_check_in (__main__.ParticipantsTestCase) ... skipped 'Skipping because of API Issues'
test_create (__main__.ParticipantsTestCase) ... ok
test_create_with_number_names (__main__.ParticipantsTestCase) ... ok
test_destroy_after_tournament_start (__main__.ParticipantsTestCase) ... ok
test_destroy_before_tournament_start (__main__.ParticipantsTestCase) ... ok
test_index (__main__.ParticipantsTestCase) ... ok
test_randomize (__main__.ParticipantsTestCase) ... ok
test_show (__main__.ParticipantsTestCase) ... ok
test_update (__main__.ParticipantsTestCase) ... ok
test_finalize (__main__.TournamentsTestCase) ... ok
test_index (__main__.TournamentsTestCase) ... ok
test_index_filter_by_created (__main__.TournamentsTestCase) ... ok
test_index_filter_by_state (__main__.TournamentsTestCase) ... ok
test_open (__main__.TournamentsTestCase) ... ok
test_reset (__main__.TournamentsTestCase) ... ok
test_show (__main__.TournamentsTestCase) ... ok
test_start (__main__.TournamentsTestCase) ... ok
test_update_name (__main__.TournamentsTestCase) ... ok
test_update_private (__main__.TournamentsTestCase) ... ok
test_update_type (__main__.TournamentsTestCase) ... ok

----------------------------------------------------------------------
Ran 43 tests in 138.494s

OK (skipped=6)
ZEDGR commented 3 years ago

closing this due to inactivity