-
Notifications
You must be signed in to change notification settings - Fork 790
Testing
Vladimir Kotal edited this page Apr 1, 2022
·
2 revisions
- do not add binary files to the repository, all dependencies should be automatically downloadable.
See Developer intro
Note: For full coverage report, a proper junit test environment is required. That would mean:
- Your
PATHmust contain directory with Universal ctags binary- Note: make sure that the directory which contains Universal ctags binary is prepended before the directory with plain ctags program.
- Your
PATHvariable must contain directories which contain binaries of appropriate SCM software which means commandshg,sccs,cvs,git,bzr,svn(svnadmintoo). They must be available for the full report.
The tests are normally run in the usual Maven phases.
