Update testing documentation and improve test structure
All checks were successful
Test pipeline / test (push) Successful in 12s
All checks were successful
Test pipeline / test (push) Successful in 12s
This commit is contained in:
parent
1c84cae93b
commit
eb270cba9b
9 changed files with 617 additions and 20 deletions
17
__init__.py
17
__init__.py
|
@ -0,0 +1,17 @@
|
|||
# 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,
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue