Skip to content
Snippets Groups Projects
  1. Feb 02, 2023
  2. Dec 19, 2022
  3. Oct 19, 2022
  4. Oct 18, 2022
  5. Sep 29, 2022
  6. Sep 28, 2022
    • Pierre-Yves David's avatar
      output: pick "summary" as the default · f4f09177
      Pierre-Yves David authored
      This should be less scary than "text" for a first contact.
      f4f09177
    • Pierre-Yves David's avatar
      output: add a "summary" output · 6e3a0bbe
      Pierre-Yves David authored
      This is a small and minimal output to display some information without
      overwhelming the user with a wall of text.
      
      Example output:
      
      ```
      Files:                     89
                  known:         40   ( 44%)
      directories:               11
            fully-known:          3   ( 27%)
        partially-known:          0   (  0%)
      ```
      
      It can most probably be improved, but this can come later.
      6e3a0bbe
  7. Sep 23, 2022
  8. May 12, 2022
  9. Apr 26, 2022
  10. Apr 21, 2022
  11. Apr 08, 2022
  12. Apr 06, 2022
  13. Mar 22, 2022
    • Antoine Lambert's avatar
      pytest: Exclude build directory for tests discovery · 23955378
      Antoine Lambert authored
      Due to test modules being copied in subdirectories of the
      build directory by setuptools, it makes pytest fail by raising
      ImportPathMismatchError exceptions when invoked from root
      directory of the module.
      
      So ignore the build folder to discover tests.
      23955378
  14. Feb 10, 2022
  15. Feb 07, 2022
  16. Jan 19, 2022
  17. Dec 16, 2021
  18. Oct 07, 2021
  19. Aug 24, 2021
  20. Aug 10, 2021
  21. Jul 29, 2021
  22. Jul 21, 2021
    • Daniele Serafini's avatar
      add scan policies · d5a070e1
      Daniele Serafini authored
      - make scan policy selectable through --policy/-p option
      - abstract 'Policy' class to create new scan policies
      - integration of existing policies into the master branch
      
      Closes T3420
      d5a070e1
  23. Jul 08, 2021
Loading