Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Pytests] Add several suits #106

Merged
merged 2 commits into from
Aug 14, 2024

Commits on Aug 14, 2024

  1. [Pytests] Add several suits

    This commits adds to testing several of already working suits.
    
    Signed-off-by: Dmitrii Makarenko <[email protected]>
    Devjiu committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    7af3b7e View commit details
    Browse the repository at this point in the history
  2. [Pytest] Support CPU device

    Enable suits for cpu device.
    - language
      - python/test/unit/language/test_random.py
      - python/test/unit/language/test_standard.py
    - runtime
      - python/test/unit/runtime/test_bindings.py
      - python/test/unit/runtime/test_cache.py
      - python/test/unit/runtime/test_driver.py
      - python/test/unit/runtime/test_jit.py
      - python/test/unit/runtime/test_launch.py
    
    python/test/unit/runtime/test_cache.py expects creation and usage of
    files, that doesn't works with multiple workers.
    
    Signed-off-by: Dmitrii Makarenko <[email protected]>
    Devjiu committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    3ccf910 View commit details
    Browse the repository at this point in the history