forked from unidoc/unioffice
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
378770e
commit 05ccb60
Showing
62 changed files
with
57,349 additions
and
57,302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,6 +114,28 @@ background color. However it's easy to do manually via editing the | |
|
||
If you are interested in contributing, please contact us. | ||
|
||
## Development Notes | ||
|
||
The bash script file `run_test.sh` could be used to run test and update the test result (if required). This script could receive the following parameter: | ||
- `-s`: Save a baseline, updates all the test result. | ||
- `-v`: Run the test in verbose mode. | ||
- `t` or `--testname` [test name]: Run a specific test name. For example `-t AddImage` would be running a `TestAddImage` test. | ||
|
||
To run the script in dockerized environment, use the provided `Makefile` such as: | ||
|
||
```bash | ||
make docker-test | ||
``` | ||
or | ||
|
||
```bash | ||
make docker-update-testdata | ||
``` | ||
|
||
## Go Version Compatibility | ||
|
||
Officially we support three latest Go versions, but internally we would test the build with up to five latest Go versions in our CI runner. | ||
|
||
## Support and consulting ## | ||
|
||
Please email us at [email protected] for any queries. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.