You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 therun()
logic from theTerminal
class.Describe the solution you'd like
Create a class called
Transformer
inidea-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 theTerminal
class. But then, everyone would need the foresight to do this.The text was updated successfully, but these errors were encountered: