فهرست منبع

Merge remote-tracking branch 'origin/main'

angelisM 1 سال پیش
والد
کامیت
aa91124daf
3فایلهای تغییر یافته به همراه7 افزوده شده و 5 حذف شده
  1. 0 2
      mypy.ini
  2. 7 0
      pyproject.toml
  3. 0 3
      pytest.ini

+ 0 - 2
mypy.ini

@@ -1,2 +0,0 @@
-[mypy]
-ignore_missing_imports = True

+ 7 - 0
pyproject.toml

@@ -53,3 +53,10 @@ requires = [
     "poetry-core>=1.0.0"
 ]
 build-backend = "poetry.core.masonry.api"
+
+[tool.pytest.ini_options]
+addopts = "--driver Chrome"
+asyncio_mode = "auto"
+
+[tool.mypy]
+ignore_missing_imports = true

+ 0 - 3
pytest.ini

@@ -1,3 +0,0 @@
-[pytest]
-addopts = --driver Chrome
-asyncio_mode = auto