Skip to content

Commit

Permalink
Converted 'tests' submodule into a regular folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Dec 17, 2024
1 parent 53dbff0 commit f62c6f6
Show file tree
Hide file tree
Showing 4,142 changed files with 1,042,924 additions and 4 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "tests"]
path = tests
url = https://github.com/TrueBlocks/trueblocks-tests
[submodule "node"]
path = node
url = https://github.com/TrueBlocks/trueblocks-node.git
Expand Down
1 change: 0 additions & 1 deletion tests
Submodule tests deleted from 6985ac
2 changes: 2 additions & 0 deletions tests/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
7 changes: 7 additions & 0 deletions tests/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.DS_Store
*.bin
*.jsx
*.o
bin
compare
shit*
674 changes: 674 additions & 0 deletions tests/LICENSE

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Tests Folder

This folder holds the results of the test cases that
you may run from ./build by entering `make test-all`.

If you're running a fully-synchronized local node,
all the tests should pass. If you are not running a
local node, you may still run these tests, but many
of them will fail.
5 changes: 5 additions & 0 deletions tests/custom_config/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Custom Configuration Files

Put custom configuration files here for use in testing. Give the
file the same name as the test case being customized and put it
in the folder of the tool.
Loading

0 comments on commit f62c6f6

Please sign in to comment.