Compare commits

..

No commits in common. "07453bd3ecc3a2cf50829b809f93e34f246077a0" and "2fe043aee74791e0e8ae4d6366620a6088253bd0" have entirely different histories.

6 changed files with 2 additions and 25 deletions

View File

@ -43,14 +43,6 @@
"detail": "sys",
"documentation": {}
},
{
"label": "doc",
"importPath": "pydoc",
"description": "pydoc",
"isExtraImport": true,
"detail": "pydoc",
"documentation": {}
},
{
"label": "glpy",
"kind": 6,
@ -140,14 +132,5 @@
"peekOfCode": "sys.prefix = base",
"detail": ".venv.Scripts.activate_this",
"documentation": {}
},
{
"label": "glfw_window",
"kind": 2,
"importPath": "src.glpy.tests",
"description": "src.glpy.tests",
"peekOfCode": "def glfw_window(width:int,height:int,title:str)->int:...",
"detail": "src.glpy.tests",
"documentation": {}
}
]

View File

@ -1,3 +0,0 @@
{
"python.analysis.typeCheckingMode": "basic"
}

View File

@ -1 +1 @@
from . import tests
def pytest_glfw_window()->int:...

View File

@ -1 +0,0 @@
def glfw_window(width:int,height:int,title:str)->int:...

View File

@ -1,5 +1,3 @@
from pydoc import doc
import glpy as gl
print(gl.tests.glfw_window(width=500,height=500,title="I'm Zengtudor"))
print(gl.pytest_glfw_window())

0
tests/__init__.py Normal file
View File