langflow/tests
Gabriel Luiz Freitas Almeida 82469752f8 🔧 fix(tests/conftest.py): remove unused imports and commented out code
🔧 fix(tests/conftest.py): remove unused fixture 'client'
🔧 fix(tests/conftest.py): remove unused import of 'langflow.main.create_app'
🔧 fix(tests/conftest.py): remove unused fixture 'client_fixture'
🔧 fix(tests/conftest.py): remove unused import of 'langflow.services.database.manager.DatabaseManager'
🔧 fix(tests/conftest.py): remove unused import of 'typer.testing.CliRunner'
🔧 fix(tests/conftest.py): remove unused import of 'sqlmodel.SQLModel'
🔧 fix(tests/conftest.py): remove unused import of 'sqlmodel.Session'
🔧 fix(tests/conftest.py): remove unused import of 'sqlmodel.create_engine'
🔧 fix(tests/conftest.py): remove unused import of 'sqlmodel.pool.StaticPool'
🔧 fix(tests/conftest.py): remove unused import of 'tempfile'
🔧 fix(tests/conftest.py): remove unused import of 'Path'
🔧 fix(tests/conftest.py): remove unused import of 'contextmanager'
🔧 fix(tests/test_custom_component.py): remove unused argument 'session_getter' from test functions
🔧 fix(tests/test_custom_component.py): remove unused import of 'db'
🔧 fix(tests/test_custom_component.py): remove unused import of 'Flow'
🔧 fix(tests/test_setup_superuser.py): remove unused import of 'DEFAULT_SUPERUSER_PASSWORD'
🔧 fix(tests/test_setup_superuser.py): remove unused import of 'Mock'
🔧 fix(tests/test_setup_superuser.py): remove unused import of 'User'
🔧 fix(tests/test_setup_superuser.py): remove unused import of 'reset_mock_credentials'
🔧 fix(tests/test_setup_superuser.py): remove unused import of 'mock_create_super_user'
🔧 fix(tests/test_setup_superuser.py): remove unused import of 'setup_superuser'
🔧 fix(tests/test_setup_superuser.py): remove unused import of 'mock_user'
🔧 fix(tests/test_setup_superuser.py): remove unused import of 'mock_get_session'
🔧 fix(tests/test_setup_superuser.py): remove unused import of 'mock_get_settings_manager'
2023-09-20 14:32:14 -03:00
..
data fix: replace old complex_example to fix tests 2023-07-01 09:52:45 -03:00
conftest.py 🔧 fix(tests/conftest.py): remove unused imports and commented out code 2023-09-20 14:32:14 -03:00
test_agents_template.py 🔧 fix(test_agents_template.py): update test functions to include logged_in_headers parameter to test authenticated requests 2023-08-25 16:30:01 -03:00
test_api_key.py 🔥 refactor(user/utils.py): remove unused code and imports from user/utils.py module 2023-08-25 12:05:54 -03:00
test_cache.py fix the imports of orjson_dumps 2023-08-24 14:57:18 +00:00
test_cache_manager.py 🔧 fix(custom_component.py): fix import paths for session_getter and Flow models in custom_component.py file 2023-08-05 22:18:20 -03:00
test_chains_template.py 🔧 fix(test_agents_template.py): update test functions to include logged_in_headers parameter to test authenticated requests 2023-08-25 16:30:01 -03:00
test_cli.py 🐛 fix(__main__.py): import correct function for get_db_manager and get_settings_manager in langflow/__main__.py 2023-09-18 15:42:39 -03:00
test_creators.py 🔥 refactor(conftest.py): remove unused fixtures and custom chain classes 2023-07-18 01:59:19 +01:00
test_custom_component.py 🔧 fix(tests/conftest.py): remove unused imports and commented out code 2023-09-20 14:32:14 -03:00
test_custom_types.py 🚀 feat(customs.py): add PythonFunction to CUSTOM_NODES 2023-06-06 11:40:39 -03:00
test_database.py 🔧 fix(test_database.py): fix test_create_flow function signature to include active_user and logged_in_headers parameters 2023-08-25 12:49:57 -03:00
test_embeddings_template.py 🔨 refactor(embeddings.py): move openai fields formatting to a separate method 2023-05-28 16:18:33 -03:00
test_endpoints.py 🐛 fix(__main__.py): import correct function for get_db_manager and get_settings_manager in langflow/__main__.py 2023-09-18 15:42:39 -03:00
test_frontend_nodes.py 🔥 refactor(base.py): remove unused import statement 2023-05-30 23:48:49 -03:00
test_graph.py refactor settings 2023-08-04 17:11:25 -03:00
test_llms_template.py 🔥 refactor(test_llms_template.py): remove unused imports and commented out code 2023-09-18 15:51:40 -03:00
test_loading.py 🐛 fix(flows.py): change json.loads to orjson.loads for improved performance and compatibility with orjson library 2023-08-22 11:04:41 -03:00
test_login.py feat(test_login.py): add tests for login functionality 2023-08-25 10:17:36 -03:00
test_process.py 🚀 feat(test_process.py): add tests for loading langchain object with and without cached session 2023-08-16 21:30:07 -03:00
test_prompts_template.py 🐛 fix(__main__.py): import correct function for get_db_manager and get_settings_manager in langflow/__main__.py 2023-09-18 15:42:39 -03:00
test_setup_superuser.py 🔧 fix(tests/conftest.py): remove unused imports and commented out code 2023-09-20 14:32:14 -03:00
test_template.py test(test_template.py): add assertion to check if result is not None 2023-06-23 10:53:53 -03:00
test_user.py 🐛 fix(__main__.py): import correct function for get_db_manager and get_settings_manager in langflow/__main__.py 2023-09-18 15:42:39 -03:00
test_validate_code.py formatting 2023-03-31 14:06:40 -03:00
test_vectorstore_template.py 🐛 fix(__main__.py): import correct function for get_db_manager and get_settings_manager in langflow/__main__.py 2023-09-18 15:42:39 -03:00
test_websocket.py 🐛 fix(chat.py): add missing import statement for Query from fastapi 2023-08-25 17:01:32 -03:00