All checks were successful
Test pipeline / test (push) Successful in 12s
17 lines
No EOL
338 B
Python
17 lines
No EOL
338 B
Python
# Import all classes and functions needed for testing
|
|
from .doi2dataset import (
|
|
AbstractProcessor,
|
|
APIClient,
|
|
CitationBuilder,
|
|
Config,
|
|
License,
|
|
LicenseProcessor,
|
|
MetadataProcessor,
|
|
NameProcessor,
|
|
PIFinder,
|
|
Person,
|
|
Phase,
|
|
SubjectMapper,
|
|
sanitize_filename,
|
|
validate_email_address,
|
|
) |