Skip to content

Commit

Permalink
removed validation tests which should now pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ylow committed Feb 7, 2024
1 parent 9176202 commit a927c3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/pyxet/tests/sync_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ def test_sync_command_validate_local():
pyxet.login(CONSTANTS.TESTING_USERNAME, CONSTANTS.TESTING_TOKEN, email="a@a.com")

check_sync_validate('.', f'xet://{CONSTANTS.TESTING_SYNCREPO}/main', True)
check_sync_validate('/nonexistent', f'xet://{CONSTANTS.TESTING_SYNCREPO}/main', False)
check_sync_validate('./sync_test.py', f'xet://{CONSTANTS.TESTING_SYNCREPO}/main', False)
check_sync_validate('xet://XetHub/grapp2/main', f'xet://{CONSTANTS.TESTING_SYNCREPO}/sync-branch/sync', False)
check_sync_validate('.', f'xet://{CONSTANTS.TESTING_SYNCREPO}/nonexistent-branch', False)
check_sync_validate('.', './other', False)
Expand Down

0 comments on commit a927c3a

Please sign in to comment.