Skip to content
  • MSP-Greg's avatar
    da310356
    test/readline - allow ENV control of test class creation · da310356
    MSP-Greg authored
    In ruby/ruby, the tests run on both readline & reline by creating four test classes:
    ```
    TestReadline
    TestReadlineHistory
    
    TestRelineAsReadline
    TestRelineAsReadlineHistory
    ```
    
    Reline inports the test files and uses them in its CI.  Adding the ENV control allows it to only run the `TestRelineAsReadline` classes.
    da310356
    test/readline - allow ENV control of test class creation
    MSP-Greg authored
    In ruby/ruby, the tests run on both readline & reline by creating four test classes:
    ```
    TestReadline
    TestReadlineHistory
    
    TestRelineAsReadline
    TestRelineAsReadlineHistory
    ```
    
    Reline inports the test files and uses them in its CI.  Adding the ENV control allows it to only run the `TestRelineAsReadline` classes.
Loading