A shared folder with AI prompts and code snippets
From workspace: Nvidia
Team: Omniverse
Total snippets: 4
4 snippets
[[test]] name = "startup" pythonTests.include = [] _startup_only_test = true # special flag to indicate that this is a startup test
# NOTE: # omni.kit.test - python's standard library unittest module with additional wrapping to add support for async/await tests # For most things refer to the unittest docs: https://docs.python.org/3/library/unittest.html import...
If your extension for instance is defined:
[[python.module]] name = "omni.foo"
If your extension’s premake5.lua file defines the extension project in usual way:
local ext = get_current_extension_info() project_ext (ext)