Skip to content

Commit 8145f22

Browse files
committed
fix: delete test_all if uncheck
1 parent 7e97aa3 commit 8145f22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/store.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export function genCode() {
6363
if (currentFiles && Object.keys(currentFiles).length) {
6464
for (const file in currentFiles) {
6565
if (!store.config.include_test && file === 'test_all.py') {
66+
delete store.code['test_all.py']
6667
continue
6768
}
6869
store.code[file] = ejs

0 commit comments

Comments
 (0)