Skip to content

Commit 1af3d83

Browse files
authored
Merge pull request #1259 from bact/rm-temp-files
Remove temp file from misspell
2 parents 839df4e + 95d8bba commit 1af3d83

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,8 @@ notebooks/d.model
124124

125125
# Logs
126126
logs/
127+
*.log
128+
129+
# Temp files
130+
*.tmp
131+
*.temp

tests/core/test_cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ def test_cli_misspell(self):
6666
"1",
6767
"--misspell-ratio",
6868
"0.05",
69+
"--output",
70+
"./tests/data/misspell_output.tmp",
6971
]
7072
)
7173
)

tests/data/text-misspelled-r0.05-seed1.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)