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

Transformer API #4

Closed
cblanquera opened this issue Apr 23, 2024 · 2 comments
Closed

Transformer API #4

cblanquera opened this issue Apr 23, 2024 · 2 comments

Comments

@cblanquera
Copy link
Collaborator

Describe the feature you'd like to request

idea-transformer sets up an API for terminal programs. We need a way to easily access this transformer programatically specifically to create tests without copying the run() logic from the Terminal class.

Describe the solution you'd like

Create a class called Transformer in idea-transformer with methods to read/parse idea files. We can then access this class to run tests against our transformers.

Describe alternatives you've considered

Copying the run() logic from the Terminal class. But then, everyone would need the foresight to do this.

@cblanquera
Copy link
Collaborator Author

👋 @cblanquera
Thank you for raising an issue! Please make sure you have given as much context as possible. Screenshots are appreciated!

@cblanquera
Copy link
Collaborator Author

This has been added now in 0.1.3.

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

1 participant