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

Ability to print a 'report' of all defined tests via CLI #10

Open
UgiR opened this issue Jan 21, 2020 · 0 comments
Open

Ability to print a 'report' of all defined tests via CLI #10

UgiR opened this issue Jan 21, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@UgiR
Copy link
Owner

UgiR commented Jan 21, 2020

If there are many test directories, it can get difficult to get a grasp of all defined test configuration without going through each directory and looked at each config file. Instead, there should be a CLI command that simply prints a brief report of all defined tests.

For example:

./grader report -a

my_test1:
  weight: 15
  name: 'BST balancing'
  message: 'insert() must maintain a balanced BST' 
  show_output: false
  timeout: 10
  visibility: hidden
my_test2:
  weight: 15
  name: 'BST balancing'
  message: 'insert() must maintain a balanced BST' 
  show_output: false
  timeout: 10
  visibility: hidden
@UgiR UgiR added the enhancement New feature or request label Jan 21, 2020
@UgiR UgiR added this to the v1.2 milestone Jan 21, 2020
@UgiR UgiR self-assigned this Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant