Commits on Source 4
-
Tolga Bilbey authored
This issue occurs when you run `tox` on the root folder multiple times. The problem is there is no cleanup regarding tests and as tests are running `tox` again on generated projects on /tmp it is generating .tox/ folders, and .tox/ folders are breaking the `test_no_dangling_variables` if you run it again before /tmp removes generated old projects. This commit is utilizing shutil to remove those projects on /tmp first in test_rendered_project so `test_no_dangling_variables` is not breaking anymore.
-
Tolga Bilbey authored
-
Dr Rich Wareham authored
feat: integrate vite See merge request !137
-
release-it-bot authored