tree-sitter/cli/src/tests
Andrew Hlynskyi ddb0af9509 test: use random SEED numbers
This is needed to omit occurrences of the same seed in a sequence of
following seeds due to the reason of that two initial seed are very
close if based on unix epoch seconds.
2023-03-16 15:17:21 +02:00
..
helpers test: use random SEED numbers 2023-03-16 15:17:21 +02:00
proc_macro test: add retry and test_with_seed proc macros 2023-03-16 15:17:21 +02:00
corpus_test.rs test: run all corpus tests with 10 retries 2023-03-16 15:17:21 +02:00
highlight_test.rs test: fix incorrect uses of i8 instead of c_char 2022-03-23 00:00:26 -07:00
mod.rs add python test case for tag testing 2021-12-18 11:07:46 -06:00
node_test.rs Add ts_tree_root_node_with_offset API 2022-08-18 13:48:47 -07:00
parser_test.rs test: run test_parsing_with_a_timeout with 10 retries 2023-03-16 15:17:21 +02:00
pathological_test.rs Simplify allocation-recording in test suite using new ts_set_allocator API 2021-12-30 16:09:07 -08:00
query_test.rs Add unit test for querying within a range of a long top-level repetition 2023-02-16 12:03:51 -08:00
tags_test.rs Simplify allocation-recording in test suite using new ts_set_allocator API 2021-12-30 16:09:07 -08:00
test_highlight_test.rs Fix possible infinite loop when running syntax highlighting tests 2021-08-29 15:04:23 -07:00
test_tags_test.rs add python test case for tag testing 2021-12-18 11:07:46 -06:00
tree_test.rs Fix adjustment of trees' included ranges on edits 2022-11-07 16:52:19 -08:00