Skip to content
Snippets Groups Projects
  1. Sep 14, 2023
  2. Sep 13, 2023
  3. Jun 19, 2023
  4. May 30, 2023
  5. Apr 04, 2023
    • Marco Clemencic's avatar
      Add CMake function gaudi_add_pytest · a659a011
      Marco Clemencic authored
      gaudi_add_pytest is used to declare pytest tests. Each of the test
      files discovered by pytest are mapped to one ctest test, to be able to
      run them in parallel.
      
      Tests are collected when ctest is invoked and/or at build time, and only
      in case changes are detected in scanned files.
      a659a011
  6. Mar 20, 2023
  7. Feb 27, 2023
  8. Feb 14, 2023
  9. Feb 03, 2023
  10. Jan 26, 2023
    • Graeme A Stewart's avatar
      Updates for python3 "native" · 042d4847
      Graeme A Stewart authored
      Change explicit mention of Python binary to python3
      which should be supported by all distributions and
      environments (https://peps.python.org/pep-0394/).
      
      Update hash bangs to python3.
      
      Adapt CMake to search for pytest also as pytest-3; likewise
      for nosetest binary as nosetests3 (with fallback to
      pytest and nosetests, which can be used in some
      virtual environments, even with a Python 3 install).
      
      Remove unnecessary utf-8 encoding lines.
      
      Update test scripts to python3
      042d4847
  11. Nov 21, 2022
  12. Oct 12, 2022
  13. Jul 29, 2022
  14. Jul 11, 2022
  15. Dec 09, 2021
  16. Jun 18, 2021
Loading