chapel-lang / chapel

a Productive Parallel Programming Language
https://chapel-lang.org
Other
1.78k stars 418 forks source link

Organize test/mason #15683

Open ben-albrecht opened 4 years ago

ben-albrecht commented 4 years ago

Organize test/mason to make it clearer about what commands are being tested.

Directory hierarchy should follow commands that are being tested:

mason/
  new/
  init/
  add/
  rm/
  update/
  ...

Not high priority, but I wanted to document the desire. Related to https://github.com/chapel-lang/chapel/issues/5599

ankushbhardwxj commented 4 years ago

I have been thinking of doing this for a long time. May I work on it ?

ben-albrecht commented 4 years ago

Absolutely! Let me know if there are tests you run into that don't clearly fit into this scheme.