Skip to main content
Glama

CodeLogic

Official
Mozilla Public License 2.0
30
  • Apple
  • Linux
unit_test_environment.py713 B
""" Test the test environment setup itself. """ import unittest import os from test.test_env import TestCase class TestEnvironmentSetup(TestCase): """Test that the test environment setup is working correctly.""" def test_environment_variables_set(self): """Test that environment variables are set correctly.""" self.assertEqual(os.environ.get('CODELOGIC_SERVER_HOST'), 'https://example.codelogic.test') self.assertEqual(os.environ.get('CODELOGIC_TEST_MODE'), 'true') def test_basic_unittest_functions(self): """Test that basic unittest functions work.""" self.assertTrue(True) self.assertEqual(1, 1) if __name__ == '__main__': unittest.main()

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CodeLogicIncEngineering/codelogic-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server