Skip to content

Commit

Permalink
Tests: Split up fixture output files
Browse files Browse the repository at this point in the history
* Move tap output to txt files and move the commands to there as well.
  This way, the files are easier to discover from each other,
  and there is now only one place to edit stuff instead of updating
  things in three different places.

* Improve concurrency algorithm.
  • Loading branch information
Krinkle committed Apr 10, 2024
1 parent da8d57e commit 2a7eea1
Show file tree
Hide file tree
Showing 86 changed files with 1,074 additions and 1,094 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Expand Up @@ -3,5 +3,6 @@

# JS and HTML files must always use LF for tools to work
*.js eol=lf
*.tap.txt eol=lf
*.json eol=lf
*.html eol=lf

0 comments on commit 2a7eea1

Please sign in to comment.