Browse Source

Clarify some texts a bit

Alois Mahdal 2 years ago
parent
commit
4bdc22641b
1 changed files with 6 additions and 4 deletions
  1. 6
    4
      guidelines/hierarchy.md

+ 6
- 4
guidelines/hierarchy.md View File

@@ -74,9 +74,11 @@ will most probably depend on the test framework you use.
74 74
 
75 75
 ### relics ###
76 76
 
77
-If your test suite creates files that you usually need to review,
78
-this is a good place.  Subdirectories here should bear a timestamp in
79
-a human-readable and sortable timestamp format (such as ISO 8601).
77
+Place for locally ran tests to drop any results, reports and intermediate
78
+files that would be useful for investigating test failures.
79
+
80
+Subdirectories here should bear a timestamp in a human-readable and
81
+sortable timestamp format (such as ISO 8601).
80 82
 
81 83
 Note that normally this directory will never exist in a freshly cloned
82 84
 repository and it's likely to be excluded from version control system
@@ -92,7 +94,7 @@ newcomer howtos, style guides, design notes, philosophy articles...
92 94
 ### utils ###
93 95
 
94 96
 Any build scripts and utilities that are only useful for your project
95
-developers and testers.
97
+developers, maintainers and testers.
96 98
 
97 99
 
98 100
 ### packaging ###