Skip to content

Commit

Permalink
Add links to the test repos to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dimonomid committed Dec 28, 2024
1 parent d036aa2 commit 9c37133
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ Comprehensive documentation is available in two forms: html and pdf.

Index of all available docs can be found [here](https://dimonomid.github.io/tneokernel_api/).

There are two repositories with tests:

- [My original tests](https://bitbucket.org/dfrank/tntest/src/master/);
- [An even better set of tests](https://github.com/travisgriggs/tneo_tests/) by
[Travis Griggs](https://github.com/travisgriggs), which allowed him to find
and fix a couple of bugs which I didn't catch with my tests originally (see
Changelog for [v1.09](https://github.com/dimonomid/tneo/releases/tag/v1.09)
to see his contributions).

Documentation is generated by means of [doxygen](https://www.doxygen.nl/index.html).

-----------------------------------------------------------------------------
Expand Down
19 changes: 7 additions & 12 deletions stuff/doc_pages/unit_tests.dox
Original file line number Diff line number Diff line change
Expand Up @@ -145,24 +145,19 @@ to keep the kernel really stable.
\section get_tests Get unit-tests


Currently, there is a separate repository with unit tests for TNeo.
Currently, there is a separate repository with unit tests for TNeo: https://bitbucket.org/dfrank/tntest/src/master/ .

Please note that code of unit tests project is not as polished as the code of
the kernel itself. My open-source time is limited, and I prefer to invest it in
the kernel as much as possible.

Nevertheless, unit tests do their job efficiently, which is needed.

There is an "environment" repository, which contains tests and all the
necessary library subrepos: http://hg.dfrank.ru/tntest/_env

You can clone it as follows:

hg clone http://hg.dfrank.ru/tntest/_env tntest

The single repository with the tests resides here:
http://hg.dfrank.ru/tntest/project_common


Also, there is a totally separate, and even better set of tests, implemented by
[Travis Griggs](https://github.com/travisgriggs):
https://github.com/travisgriggs/tneo_tests/ . It allowed him to find and fix a
couple of bugs which I didn't catch with my tests originally (see Changelog for
[v1.09](https://github.com/dimonomid/tneo/releases/tag/v1.09) to see his
contributions).

*/

0 comments on commit 9c37133

Please sign in to comment.