Skip to content
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

Update Extension Authors Guide - 6. Testing Extensions #604

Closed
mkouba opened this issue Jan 23, 2019 · 1 comment
Closed

Update Extension Authors Guide - 6. Testing Extensions #604

mkouba opened this issue Jan 23, 2019 · 1 comment
Assignees
Milestone

Comments

@mkouba
Copy link
Contributor

mkouba commented Jan 23, 2019

It is still based on ShamrockUnitTest runner.

@mkouba mkouba added this to the 0.7.0 milestone Jan 23, 2019
@mkouba
Copy link
Contributor Author

mkouba commented Jan 23, 2019

Resolved with #597

@mkouba mkouba closed this as completed Jan 23, 2019
maxandersen pushed a commit to maxandersen/quarkus that referenced this issue Nov 5, 2022
* refactor: Moved methods dealing with "nearest" files to `Util`

* feat: Added code for handling config files

* feat: Added `config` command

* feat: command options now obtain default values from Configuration

* refactor: removed `defaultValue` attribute from commands

* test: Added test for config

* refactor: minor refactor, now using `isBlankString()` in some more places

* refactor: Configurations now work more like Properties

Meaning that instead of reading all configurations into a single
merged object they are linked together by a series of fallbacks.

* feat: `config list` now supports `--show-origin`

* feat: Allow default configuration to be overriden with `JBANG_CONFIG`

* refactor: split config utility methods off into `ConfigUtil`

* refactor: switched to use properties format for config files

* refactor: Switched to external implementation for config Properties

* test: Added tests for `jbang config` CLI

Refactored the config CLI somewhat to be more like similar commands

* feat: Added `--show-available` to `config list`

* fix: Fixed NPE when trying to run `config unset`

Also added tests for `config set` and `config unset`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants