Skip to content

Update README.md

Update README.md #68

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Python Unittest failed Oct 20, 2023 in 0s

Python Unittest ❌

Tests failed

❌ TEST-unittest.loader._FailedTest-20231020073633.xml

3 tests were completed in 1ms with 0 passed, 3 failed and 0 skipped.

Test suite Passed Failed Skipped Time
unittest.loader._FailedTest-20231020073633 3❌ 1ms

❌ unittest.loader._FailedTest-20231020073633

unittest.loader._FailedTest
  ❌ test_EVQA_to_SQL
	ImportError: Failed to import test module: test_EVQA_to_SQL
  ❌ test_data_consistency
	ImportError: Failed to import test module: test_data_consistency
  ❌ test_query_tree_to_EVQA
	ImportError: Failed to import test module: test_query_tree_to_EVQA

Annotations

Check failure on line 0 in TEST-unittest.loader._FailedTest-20231020073633.xml

See this annotation in the file changed.

@github-actions github-actions / Python Unittest

unittest.loader._FailedTest-20231020073633 ► unittest.loader._FailedTest ► test_EVQA_to_SQL

Failed test found in:
  TEST-unittest.loader._FailedTest-20231020073633.xml
Error:
  ImportError: Failed to import test module: test_EVQA_to_SQL
Raw output
ImportError: Failed to import test module: test_EVQA_to_SQL
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/loader.py", line 154, in loadTestsFromName
    module = __import__(module_name)
  File "/home/runner/work/PRODA/PRODA/tests/EVQA/test_EVQA_to_SQL.py", line 2, in <module>
    from src.utils.example_queries import (
  File "/home/runner/work/PRODA/PRODA/src/utils/example_queries.py", line 23, in <module>
    from src.VQA.EVQA import Aggregator, Clause, EVQANode, EVQATree, Grouping, Header, Operator, Ordering, Selecting
  File "/home/runner/work/PRODA/PRODA/src/VQA/EVQA.py", line 5, in <module>
    import attrs
ModuleNotFoundError: No module named 'attrs'

Check failure on line 0 in TEST-unittest.loader._FailedTest-20231020073633.xml

See this annotation in the file changed.

@github-actions github-actions / Python Unittest

unittest.loader._FailedTest-20231020073633 ► unittest.loader._FailedTest ► test_data_consistency

Failed test found in:
  TEST-unittest.loader._FailedTest-20231020073633.xml
Error:
  ImportError: Failed to import test module: test_data_consistency
Raw output
ImportError: Failed to import test module: test_data_consistency
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/loader.py", line 154, in loadTestsFromName
    module = __import__(module_name)
  File "/home/runner/work/PRODA/PRODA/tests/EVQA/test_data_consistency.py", line 2, in <module>
    from src.utils.example_queries import (
  File "/home/runner/work/PRODA/PRODA/src/utils/example_queries.py", line 23, in <module>
    from src.VQA.EVQA import Aggregator, Clause, EVQANode, EVQATree, Grouping, Header, Operator, Ordering, Selecting
  File "/home/runner/work/PRODA/PRODA/src/VQA/EVQA.py", line 5, in <module>
    import attrs
ModuleNotFoundError: No module named 'attrs'

Check failure on line 0 in TEST-unittest.loader._FailedTest-20231020073633.xml

See this annotation in the file changed.

@github-actions github-actions / Python Unittest

unittest.loader._FailedTest-20231020073633 ► unittest.loader._FailedTest ► test_query_tree_to_EVQA

Failed test found in:
  TEST-unittest.loader._FailedTest-20231020073633.xml
Error:
  ImportError: Failed to import test module: test_query_tree_to_EVQA
Raw output
ImportError: Failed to import test module: test_query_tree_to_EVQA
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/loader.py", line 154, in loadTestsFromName
    module = __import__(module_name)
  File "/home/runner/work/PRODA/PRODA/tests/EVQA/test_query_tree_to_EVQA.py", line 2, in <module>
    from src.utils.example_queries import (
  File "/home/runner/work/PRODA/PRODA/src/utils/example_queries.py", line 23, in <module>
    from src.VQA.EVQA import Aggregator, Clause, EVQANode, EVQATree, Grouping, Header, Operator, Ordering, Selecting
  File "/home/runner/work/PRODA/PRODA/src/VQA/EVQA.py", line 5, in <module>
    import attrs
ModuleNotFoundError: No module named 'attrs'