mirror of
https://github.com/ivuorinen/actions.git
synced 2026-02-05 15:43:35 +00:00
chore: add tests, update docs and actions (#299)
* docs: update documentation * feat: validate-inputs has it's own pyproject * security: mask DOCKERHUB_PASSWORD * chore: add tokens, checkout, recrete docs, integration tests * fix: add `statuses: write` permission to pr-lint
This commit is contained in:
@@ -1,21 +1,20 @@
|
||||
"""Tests for the NetworkValidator module."""
|
||||
|
||||
from pathlib import Path
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
import pytest # pylint: disable=import-error
|
||||
|
||||
# Add the parent directory to the path
|
||||
sys.path.insert(0, str(Path(__file__).parent.parent))
|
||||
|
||||
from validators.network import NetworkValidator
|
||||
|
||||
from tests.fixtures.version_test_data import (
|
||||
EMAIL_INVALID,
|
||||
EMAIL_VALID,
|
||||
USERNAME_INVALID,
|
||||
USERNAME_VALID,
|
||||
)
|
||||
from validators.network import NetworkValidator
|
||||
|
||||
|
||||
class TestNetworkValidator:
|
||||
|
||||
Reference in New Issue
Block a user