Initial commit with translated description
This commit is contained in:
10
tests/__init__.py
Normal file
10
tests/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""Test package for my-tesla.
|
||||
|
||||
We explicitly disable bytecode writing so running tests doesn't create __pycache__
|
||||
folders inside the repo (keeps the private repo clean + avoids accidental noisy
|
||||
artifacts).
|
||||
"""
|
||||
|
||||
import sys
|
||||
|
||||
sys.dont_write_bytecode = True
|
||||
Reference in New Issue
Block a user