summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/unit_test.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-12-05extensions: improve docs, fix unit-tests (#41425)Massimiliano Culpo1-3/+1
2023-08-14Windows: enable "spack install" tests (#34696)markus-ferrell1-6/+5
2023-07-04Remove from __future__ imports (#38703)Adam J. Stewart1-2/+0
2023-03-05windows: use `sys.platform == "win32"` instead of `is_windows` (#35640)Todd Gamblin1-2/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-12-06Bootstrap most of Spack dependencies using environments (#34029)Massimiliano Culpo1-7/+5
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-3/+2
2022-07-31black: reformat entire repository with blackTodd Gamblin1-41/+70
2022-03-17"spack commands --update-completion"John Parent1-2/+6
2022-03-17Spack on Windows package portsJohn Parent1-1/+1
2022-02-07Support config variables in config.yaml extensions paths (#17772)Jordan Galby1-1/+1
2022-01-26Ensure "spack unit-test" can bootstrap clingo (#28572)Massimiliano Culpo1-0/+7
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-11-18Allow recent pytest versions to be used with Spack (#25371)Massimiliano Culpo1-24/+62
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-4/+4
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-12-16docs: fix spack command for unit-test pytest help (#20415)Tamara Dahlgren1-1/+1
2020-11-18spack test (#15702)Greg Becker1-0/+169