-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
38 lines (32 loc) · 1.25 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[PATHS]
DATA_FILE_PATH = ./tests/resources/
[PDF URIs]
PDF_URI = http://arxiv.org/pdf/cs/9308101v1
NOT_FOUND_PDF_URI = http://arxiv.org/pdf/cs/cvzqcdcsdcdsfcdfvdfvdfvfdvdv
NOT_PDF_URI = https://docs.python.org/3/tutorial/errors.html
WRONG_PDF_URI = ?!
[REFERENCES]
PDF_DATA_REFERENCE_FILE_NAME = pdf_reference.pdf
PDF_CONTENT_REFERENCE_FILE_NAME = pdf_content_reference.txt
PDF_METADATA_REFERENCE_FILE_NAME = pdf_metadata_reference.json
FEED_DATA_REFERENCE_FILE_NAME = feed_reference.txt
PDF_METADATAS_REFERENCE_FILE_NAME = pdf_metadatas_reference.json
CLEAN_REFERENCES_REFERENCE_FILE_NAME = clean_references_reference.json
REFEXTRACT_REFERENCES_REFERENCE_FILE_NAME = refextract_references_reference.json
PDF_EXTRACTOR_FULL_RESP_REF_FILE_NAME = pdf_extractor_full_response_reference.dictionary
APA_RAW_REF_VALUE = Cheeseman, P., Kanefsky, B., & Taylor, W. (1991). Where the really hard problems are.
UNKNOWN_RAW_REF_VALUE = Blabla
[ArXivParser]
arxiv_url = https://export.arxiv.org/api/
cat = cs.ai
max_results = 1000
time_step = 604800
max_concurrent_request_threads = 2
[PDFExtractor]
pdf_extractor_url = https://qp1s494gph.execute-api.eu-west-3.amazonaws.com/default/PDFExtractor
api_key = 'dummyAPIKey1'
[tool:pytest]
testpaths = tests
[coverage:run]
branch = True
source = .