Skip to content

Commit

Permalink
docs: update number of tests
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed May 7, 2024
1 parent 3e170e8 commit e639b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ It can process well-formed CSVs in _any_ language so long as its UTF-8 encoded.
Finally, though the default Geonames index of the `geocode` command is English-only, the index can be rebuilt with the `geocode index-update` subcommand with the `--languages` option to return place names in multiple languages ([with support for 253 languages](http://download.geonames.org/export/dump/alternatenames/)).

## Testing
qsv has ~1,400 tests in the [tests](https://github.com/jqnatividad/qsv/tree/master/tests) directory.
qsv has ~1,460 tests in the [tests](https://github.com/jqnatividad/qsv/tree/master/tests) directory.
Each command has its own test suite in a separate file with the convention `test_<COMMAND>.rs`.
Apart from preventing regressions, the tests also serve as good illustrative examples, and are often linked from the usage text of each corresponding command.

Expand Down

0 comments on commit e639b04

Please sign in to comment.