1 Commits

Author SHA1 Message Date
didim99 5d4205b9bf + Add bunch of test files 2025-10-31 10:01:25 +03:00
121 changed files with 136 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
from pathlib import Path
def main():
path = Path("test")
if not path.exists():
path.mkdir()
for i in range(120):
name = f"test_{i+1}.py"
with open(path / name, "w") as f:
f.write("import math")
if __name__ == '__main__':
main()
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math

Some files were not shown because too many files have changed in this diff Show More