langflow/src/backend/tests
Gabriel Luiz Freitas Almeida 0122a50a35
refactor: move tests folder structure and update pytest commands (#2785)
* refactor: move tests folder to src/backend

* chore(Makefile): update pytest commands to run tests from the correct directory paths for unit and integration tests

* refactor: update file path in test_custom_component.py

The file path in the test_custom_component.py file has been updated to use the correct relative path to the component_multiple_outputs.py file. This change ensures that the test code can access the correct file and improves the reliability of the test.
2024-07-18 15:19:43 +00:00
..
data refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00
integration refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00
locust refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00
unit refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00
conftest.py refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00
test_endpoints.py refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00
test_messages_endpoints.py refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00
test_schema.py refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00
test_user.py refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00
test_webhook.py refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00