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

tests/generated_app: Rust-powered generated app tester #41

Merged
merged 1 commit into from
May 19, 2019

Conversation

tony-iqlusion
Copy link
Member

Performs a set of integration tests against a generated Abscissa application using a Rust-based test harness in tests/generated_app.rs

Presently runs the following against generated apps:

  • cargo fmt -- --check
  • cargo test --release
  • cargo run -- --version
  • cargo clippy

Additionally, a set of test files in tests/app are copied into the generated app's tests/ directory, allowing tests to easily be run against the newly generated application without having to include them in the application template.

@tarcieri tarcieri force-pushed the app-generator-integration-test branch 5 times, most recently from 03447a1 to cfb556b Compare May 19, 2019 02:20
Performs a set of integration tests against a generated Abscissa
application using a Rust-based test harness in `tests/generated_app.rs`

Presently runs the following against generated apps:

- `cargo fmt -- --check`
- `cargo test --release`
- `cargo run -- --version`
- `cargo clippy`

Additionally, a set of test files in `tests/app` are copied into the
generated app's `tests/` directory, allowing tests to easily be run
against the newly generated application without having to include them
in the application template.
@tarcieri tarcieri force-pushed the app-generator-integration-test branch from cfb556b to 324a465 Compare May 19, 2019 04:34
@tony-iqlusion tony-iqlusion merged commit 6b15944 into develop May 19, 2019
@tony-iqlusion tony-iqlusion deleted the app-generator-integration-test branch May 19, 2019 04:52
@tony-iqlusion tony-iqlusion mentioned this pull request Jul 2, 2019
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

Successfully merging this pull request may close these issues.

None yet

1 participant