2020-05-29 22:39:23 +02:00
|
|
|
# Commands for testing
|
|
|
|
|
2020-05-30 22:12:45 +02:00
|
|
|
* `./FLEcli -i test/data/fle-1.txt load`
|
2020-06-09 12:12:26 +02:00
|
|
|
* `./FLEcli -i test/data/sample_contest_ru.txt load`
|
2023-11-14 04:48:52 -05:00
|
|
|
* `go test ./...` runs the unit tests, from project root
|
2020-07-10 22:49:28 +02:00
|
|
|
|
|
|
|
* `./FLEcli -i test/data/ON4KJM@ONFF-025920200524.txt --interpolate adif --wwff --overwrite`
|
|
|
|
* `./FLEcli adif -i=test/data/ON4KJM@ONFF-025920200524.txt --interpolate --wwff --overwrite`
|
2020-08-12 18:10:23 +02:00
|
|
|
|
2023-11-14 04:48:52 -05:00
|
|
|
Install Bats: `brew install bats-core`
|