captch fix 2

This commit is contained in:
msramalho
2022-06-21 12:38:55 +02:00
parent e1eb3ed620
commit a09cf32b3e
2 changed files with 14 additions and 13 deletions

View File

@@ -2,16 +2,17 @@ import datetime
import os
import tempfile
import pytest
from vk_url_scraper import VkScraper
# import pytest
vks = None
def test_login_fail():
with pytest.raises(Exception):
VkScraper("invalid", "combination")
# def test_login_fail():
# with pytest.raises(Exception):
# VkScraper("invalid", "combination")
def test_login_success():