1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/readline
MSP-Greg da31035687 test/readline - allow ENV control of test class creation
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.
2020-02-22 10:01:09 +09:00
..
helper.rb [ruby/readline-ext] Use require check instead of DONT_RUN_RELINE_TEST env 2020-02-09 20:22:12 +09:00
test_readline.rb test/readline - allow ENV control of test class creation 2020-02-22 10:01:09 +09:00
test_readline_history.rb test/readline - allow ENV control of test class creation 2020-02-22 10:01:09 +09:00