Biblioteca Robot Framework para geração e validação de CNPJs
Project description
Biblioteca Robot Framework CNPJGenerator
Biblioteca para geração e validação de CNPJs em testes automatizados com Robot Framework.
Instalação
pip install robotframework-cnpjgenerator
Uso Básico
*** Settings ***
Library cnpjgenerator.CNPJGenerator
... safe_prefixes=12345678,87654321
... blocked_prefixes=99999999
*** Test Cases ***
Gerar CNPJ Válido
${cnpj} = Generate Safe CNPJ
${valid} = Validate CNPJ ${cnpj}
Should Be True ${valid}
Documentação Completa
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file robotframework_cnpjgenerator-1.0.0.tar.gz.
File metadata
- Download URL: robotframework_cnpjgenerator-1.0.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97cd1d4897bd16bef166c52a4810964f12f467176b58a9b83f4ab3bc2ec63cbf
|
|
| MD5 |
111ce31f41679383135eb54d1d632285
|
|
| BLAKE2b-256 |
a1633483ea6f25aedf598de15e039a3f62b54316bca5083f4ae5eb53ab4d2dec
|
File details
Details for the file robotframework_cnpjgenerator-1.0.0-py3-none-any.whl.
File metadata
- Download URL: robotframework_cnpjgenerator-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85c8d831ff7cbfdab6d5f0cf2c904f1753cf468c88c6b02cf523610bfe8adef4
|
|
| MD5 |
11de19ed0ecba9f82049888963829a24
|
|
| BLAKE2b-256 |
1d2743c0d5c1e119dd77b70ef6fe5b09ec95986da6309df9a25a6bf7b1b865cf
|