Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-bin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Georgy Lukyanov
hpc-bin
Commits
ebc04335
Commit
ebc04335
authored
1 year ago
by
Georgy Lukyanov
Browse files
Options
Downloads
Patches
Plain Diff
Add section on golden files to test/README.md
parent
8c807459
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/README.md
+15
-0
15 additions, 0 deletions
test/README.md
with
15 additions
and
0 deletions
test/README.md
+
15
−
0
View file @
ebc04335
...
...
@@ -13,3 +13,18 @@ For example, the testsuite can be invoked with:
```
console
HPC=hpc GHC=ghc cabal test
```
## Managing the golden files
The tests in the
`test/Markup`
directory, are comparing the HTML output produced by
`hpc markup`
with the golden files stored in
`test/Markup/golden`
.
Call to update the golden files:
```
make update-golden
```
To compare an output file to a golden file while simultaneously pretty-printing both:
```
diff <(tidy -quiet test/Markup/gold/Recip/hpc_index.html) <(tidy -quiet test/Markup/input/Recip/hpc_index.html)
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment