1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-09 05:39:01 +00:00
starship/tests/testsuite
Matan Kushner 8239fbd12b
Refactor integration tests (#71)
- Create subcommands to be able to print modules independently
	- `starship prompt` will print the full prompt
	- `starship module <MODULE_NAME>` will print a specific module
		e.g. `starship module python`
	- Added `--path` flag to print the prompt or modules without being in a specific directory
	- Added `--status` flag to provide the status of the last command, instead of requiring it as an argument
- Refactored integration tests to be end-to-end tests, since there was no way in integration tests to set the environment variables for a specific command, which was required for the `username` module
- Moved e2e tests to `tests/testsuite` to allow for a single binary to be built
	- Tests will build/run faster
	- No more false positives for unused functions
- Added tests for `username`
- Removed codecov + tarpaulin 😢
2019-06-06 13:18:00 +01:00
..
character.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00
common.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00
directory.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00
golang.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00
line_break.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00
main.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00
nodejs.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00
package.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00
python.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00
username.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00