-
Notifications
You must be signed in to change notification settings - Fork 1
Test scripts and checkBitSize #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the pull request.
General remarks regarding the pull request:
- When merging (after approval), please use a squash merge (so that the individual commits are no longer visible)
General remarks regarding documentation:
- Please use URL formatting like DataCompressor
- Please format file names and code-like portions as
source code
- Please fix casing of proper names and abbreviations, e.g., "TLS" instead of "tls", "Web" instead of "web" etc. This also applies to source code comments as well as input/output strings.
- Please fix casing at the beginning of sentences -- The first word of each sentence or item (in an itemization) should be upper case. . This also applies to source code comments as well as input/output strings
- Please add proper links for references. This applies to all file and folder references
You can find more detailed remarks as single comments within this review of the pull request. Please reply to them and add a new commit to this pull request to update it.
This pull request contains all scripts for automated tests and the program checkBitSize, which is also used by the tests.