GT AI OS Community v2.0.33 - Add NVIDIA NIM and Nemotron agents
- Updated python_coding_microproject.csv to use NVIDIA NIM Kimi K2 - Updated kali_linux_shell_simulator.csv to use NVIDIA NIM Kimi K2 - Made more general-purpose (flexible targets, expanded tools) - Added nemotron-mini-agent.csv for fast local inference via Ollama - Added nemotron-agent.csv for advanced reasoning via Ollama - Added wiki page: Projects for NVIDIA NIMs and Nemotron
This commit is contained in:
29
apps/control-panel-backend/pytest.ini
Normal file
29
apps/control-panel-backend/pytest.ini
Normal file
@@ -0,0 +1,29 @@
|
||||
[tool:pytest]
|
||||
minversion = 6.0
|
||||
addopts =
|
||||
-ra
|
||||
--strict-markers
|
||||
--strict-config
|
||||
--cov=app
|
||||
--cov-report=term-missing:skip-covered
|
||||
--cov-report=html:htmlcov
|
||||
--cov-report=xml
|
||||
--cov-fail-under=80
|
||||
-p no:warnings
|
||||
testpaths = tests
|
||||
python_files = test_*.py
|
||||
python_classes = Test*
|
||||
python_functions = test_*
|
||||
markers =
|
||||
slow: marks tests as slow
|
||||
integration: marks tests as integration tests
|
||||
unit: marks tests as unit tests
|
||||
security: marks tests as security-focused
|
||||
asyncio_mode = auto
|
||||
env =
|
||||
DATABASE_URL = sqlite+aiosqlite:///:memory:
|
||||
REDIS_URL = redis://localhost:6379/15
|
||||
SECRET_KEY = test-secret-key-for-testing-only
|
||||
JWT_SECRET = test-jwt-secret-for-testing-only
|
||||
MASTER_ENCRYPTION_KEY = test-master-key-32-bytes-long-test
|
||||
DEBUG = True
|
||||
Reference in New Issue
Block a user