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

Add suites directory #782

Merged
merged 71 commits into from
Oct 4, 2024
Merged

Conversation

hwikle-lanl
Copy link
Collaborator

Code review checklist:

  • Code is generally sensical and well commented
  • Variable/function names all telegraph their purpose and contents
  • Functions/classes have useful doc strings
  • Function arguments are typed
  • Added/modified unit tests to cover changes.
  • New features have documentation added to the docs.
  • New features and backwards compatibility breaks are noted in the RELEASE.md

@hwikle-lanl hwikle-lanl self-assigned this Aug 14, 2024
@hwikle-lanl hwikle-lanl linked an issue Aug 14, 2024 that may be closed by this pull request
@Paul-Ferrell
Copy link
Collaborator

I'm pretty sure you're not actually ready for me to review this, but I see a few issues already.
The expected directory structure is:
suites/<suite_name>/
So for whatever suite you're looking at, you should be finding files under the specific directory for a suite rather than the general suites directory.

@hwikle-lanl hwikle-lanl force-pushed the 742-create-suites-directory-test-re-org branch from 5a50fa8 to 265fcfa Compare September 9, 2024 18:48
lib/pavilion/filters/parse_time.py Outdated Show resolved Hide resolved
lib/pavilion/filters/parse_time.py Show resolved Hide resolved
lib/pavilion/commands/config.py Outdated Show resolved Hide resolved
lib/pavilion/builder.py Outdated Show resolved Hide resolved
lib/pavilion/series/test_set.py Outdated Show resolved Hide resolved
lib/pavilion/resolver/resolver.py Outdated Show resolved Hide resolved
@hwikle-lanl hwikle-lanl force-pushed the 742-create-suites-directory-test-re-org branch from 461cceb to 793f911 Compare September 27, 2024 21:00
@hwikle-lanl hwikle-lanl marked this pull request as ready for review October 4, 2024 14:12
@hwikle-lanl hwikle-lanl merged commit 1ccee5c into develop Oct 4, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create 'suites' directory, test re-org
2 participants