File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,19 @@ Put your key in like:
15
15
` OPENAI_API_KEY=sk-... `
16
16
` HF_TOKEN=... `
17
17
18
+ Then to load the .env file, type:
19
+ pip install pytest-dotenv
20
+
21
+ You can also choose to update the env file by doing:
22
+ py.test --envfile path/to/.env
23
+
24
+ In the case that you have several .env files, create a new env_files in the pytest config folder and type:
25
+
26
+ env_files =
27
+ .env
28
+ .test.env
29
+ .deploy.env
30
+
18
31
## blacklist.csv
19
32
20
33
Papers we should not include due to being poorly written or AI generated
@@ -30,4 +43,6 @@ Papers we should not include due to being poorly written or AI generated
30
43
- Publication dates of papers from IEEE are missing the day about half the time. They also may come in any of the following formats
31
44
- "April 1988"
32
45
- "2-4 April 2002"
33
- - "29 Nov.-2 Dec. 2022"
46
+ - "29 Nov.-2 Dec. 2022"
47
+
48
+
You can’t perform that action at this time.
0 commit comments