mutmut cfg (#13184)

* mutmut cfg

* coveragerc
This commit is contained in:
George Hotz 2025-11-09 23:29:29 -08:00 committed by GitHub
commit fd6803000e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 26 additions and 0 deletions

3
.coveragerc Normal file
View file

@ -0,0 +1,3 @@
[run]
source = tinygrad
branch = True

2
.gitignore vendored
View file

@ -63,3 +63,5 @@ profile_stats
*.log
target
.mypy_cache
mutants
.mutmut-cache

21
setup.cfg Normal file
View file

@ -0,0 +1,21 @@
[mutmut]
paths_to_mutate=tinygrad
do_not_mutate=
tinygrad/apps/*
tinygrad/codegen/*
tinygrad/engine/*
tinygrad/nn/*
tinygrad/renderer/*
tinygrad/runtime/*
tinygrad/schedule/*
tinygrad/uop/*
tinygrad/viz/*
tinygrad/device.py
tinygrad/dtype.py
tinygrad/gradient.py
tinygrad/helpers.py
tinygrad/tensor.py
tests_dir=
test/test_tiny.py
test/test_ops.py
debug=true