Deleting the tests file.

anticaptcha
Pedro de Oliveira Guedes 2022-01-05 10:30:02 -03:00
parent e419e9629a
commit e584b711c1
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
from cli import Chrome
def test_start(to: int = 120):
"""
## Test Start
Realiza o teste da função Chrome Start
---
#### Parâmetros:
- to: Tempo em segundos que a API esperará pela abertura do Chrome. Caso o tempo seja excedido sem que o Chrome seja aberto com sucesso, é retornado um erro.
"""
ch = Chrome()
ret = ch.start(to)
print(f"\n----------\nRetorno: {ret}\n----------\n")