tuist/Tests
Kas 0bbdd4cfed
Commands now use `Generator` component (#242)
Part of: #205

- To ease the migration of classes to the generator library, the generator is added to `TuistKit` temporarily
  - This component will later move to `TuistGenerator`
- This allows decoupling commands from the workspace generator / graph related classes
- `GraphLoader` no longer depends on the `GraphManifestLoader`
- Focus command no longer has a `--config` option as it's no longer used

Test Plan:

- Ensure unit tests pass `swift test`
- Ensure acceptance tests pass `bundle exec rake features`
- Navigate to any of the fixtures and test out `tuist focus`
2019-02-24 18:36:26 +00:00
..
Fixtures Rename project 2018-07-23 07:59:52 -04:00
ProjectDescriptionTests Fix swiftlint issues and make sure it runs on CI (#213) 2019-02-06 18:40:40 +01:00
TuistCoreTests Fix swiftlint issues and make sure it runs on CI (#213) 2019-02-06 18:40:40 +01:00
TuistEnvKitTests Fix swiftlint issues and make sure it runs on CI (#213) 2019-02-06 18:40:40 +01:00
TuistGeneratorTests Introducing `TuistGenerator` (#224) 2019-02-16 08:34:07 +01:00
TuistKitTests Commands now use `Generator` component (#242) 2019-02-24 18:36:26 +00:00