Added configuration for running tests using the bok-choy framework
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 2 additions, 0 deletionsGemfile.lock
- cms/envs/bok_choy.auth.json 125 additions, 0 deletionscms/envs/bok_choy.auth.json
- cms/envs/bok_choy.env.json 99 additions, 0 deletionscms/envs/bok_choy.env.json
- cms/envs/bok_choy.py 46 additions, 0 deletionscms/envs/bok_choy.py
- common/test/bok_choy/edxapp_pages/lms/__init__.py 1 addition, 1 deletioncommon/test/bok_choy/edxapp_pages/lms/__init__.py
- common/test/bok_choy/edxapp_pages/studio/__init__.py 1 addition, 1 deletioncommon/test/bok_choy/edxapp_pages/studio/__init__.py
- common/test/bok_choy/tests/__init__.py 0 additions, 0 deletionscommon/test/bok_choy/tests/__init__.py
- common/test/bok_choy/tests/test_info_pages.py 20 additions, 0 deletionscommon/test/bok_choy/tests/test_info_pages.py
- jenkins/all-tests.sh 5 additions, 0 deletionsjenkins/all-tests.sh
- lms/envs/bok_choy.auth.json 114 additions, 0 deletionslms/envs/bok_choy.auth.json
- lms/envs/bok_choy.env.json 99 additions, 0 deletionslms/envs/bok_choy.env.json
- lms/envs/bok_choy.py 54 additions, 0 deletionslms/envs/bok_choy.py
- rakelib/bok_choy.rake 187 additions, 0 deletionsrakelib/bok_choy.rake
- rakelib/helpers.rb 21 additions, 12 deletionsrakelib/helpers.rb
- requirements/edx/base.txt 1 addition, 0 deletionsrequirements/edx/base.txt
... | ... | @@ -6,6 +6,7 @@ gem 'neat', '~> 1.4.0' |
gem 'colorize', '~> 0.5.8' | ||
gem 'launchy', '~> 2.1.2' | ||
gem 'sys-proctable', '~> 0.9.3' | ||
gem 'dalli', '~> 2.6.4' | ||
# These gems aren't actually required; they are used by Linux and Mac to | ||
# detect when files change. If these gems are not installed, the system | ||
# will fall back to polling files. | ||
... | ... |
cms/envs/bok_choy.auth.json
0 → 100644
cms/envs/bok_choy.env.json
0 → 100644
cms/envs/bok_choy.py
0 → 100644
common/test/bok_choy/tests/__init__.py
0 → 100644
lms/envs/bok_choy.auth.json
0 → 100644
lms/envs/bok_choy.env.json
0 → 100644
lms/envs/bok_choy.py
0 → 100644
rakelib/bok_choy.rake
0 → 100644
Please register or sign in to comment