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 a description column to be used as test name or comment to describe what each test does #9

Open
bizz84 opened this issue Oct 10, 2016 · 0 comments

Comments

@bizz84
Copy link
Owner

bizz84 commented Oct 10, 2016

Currently, AcceptanceMark does not provide a way of describing what each test does.
It would be useful to add a description column to describe what the test will do. Example:

year:Int month:Int day:Int language dateStyle localizedDate description
2016 9 16 en short 9/16/16, 5:30 PM formats the date in English
2016 9 16 fr short 16/09/2016 17:30 formats the date in French
2016 9 16 it short 16/09/16, 17:30 formats the date in Italian

One way to do this is to add an additional optional column separator after the outputs. The additional description column could be used to name the test so that the generated method could change from this:

func testDateFormatting_row1()

to this:

func testDateFormatting_row1_formatsTheDateInEnglish()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant