Stuart Kent
54cf4a6c28
Restructure exercise directory
Reference solution directory was renamed and move to the
always-excluded-from-delivery .meta folder.
před 9 roky
Logan Stucki
eabcc1fa6d
Test all exercises modified
před 9 roky
Logan Stucki
02ea23fa2d
tempfile variable added to journey-test for single exercise solve
před 9 roky
Logan Stucki
12e53383fb
Travis build will only test against one exercise that's been modified
před 9 roky
Stuart Kent
677feecb03
Move script parity comment into scripts README
před 9 roky
Logan Stucki
bb2c32f7b3
Cross platform solution to getting amount of cpu cores
před 9 roky
Logan Stucki
8b20844820
Remove --configure-on-demand and --parallel where they don't do much
před 9 roky
Logan Stucki
059eecaab4
Download all the stuff we need in parallel on the journey test
před 9 roky
Logan Stucki
5c183328bb
Attempt to optimize build
Run unit test and journey test on seperate nodes
Gradle uses --configure-on-demand and --parallel where it wasn't present
Bundle install uses -j4
před 9 roky
Stuart Kent
d47ed7c6ab
journey test: fix for trackler submodule rename
https://github.com/exercism/trackler/commit/69e055ad52b3f8d19da95b6ab0593678b8ee1bb4
před 9 roky
Stuart Kent
c98125617e
journey-test: xjava -> java
před 9 roky
Stuart Kent
b237ad32f1
Add cross-referencing comments r.e. stripping ignores
před 9 roky
Stuart Kent
f6702f9b0a
journey test: fix comment typo
před 9 roky
Stuart Kent
f5ddc70fed
journey test: fix not unignoring tests with ignore comments
Reference: https://stackoverflow.com/a/11651184/2911458
před 9 roky
Stuart Kent
f28dae0cb5
journey test: pull in improvements from xkotlin
před 9 roky
Stuart Kent
af9584e39a
Use Gradle wrapper for CI jobs
před 9 roky
Frida Johanne Tveit
c174f86ac7
Change journey test to allow Ignore annotations to have hints
před 9 roky
John S. Ryan
f413146adc
Base patched Trackler gem off actual version tag.
- was: hand-rolling a version of Trackler based of master and then
applying changes from the PR/commit/local change to that trackler gem.
- now: using the exact tagged version of Trackler as the basis for the
hand-rolled gem.
This fixes the issue where a change make to Trackler's master is
incompatible with the current version of x-api. In short, we were
building the Trackler gem wrong.
před 9 roky
Stuart Kent
2110550ec9
Ensure that tests compile as-is before stripping annotations (#408 )
+ bookstore: add missing import statement in tests
před 9 roky
Frida Tveit
edf9f27209
Update journey-test so that it can run on windows 10
před 9 roky
Frida Tveit
213824054f
Issue #154 : made bin/journey-test.sh iterate over exercises instead of problems.
před 9 roky
John S. Ryan
68684542b4
Ensure journey test versions trackler as X-API expects.
před 9 roky
John S. Ryan
c85d0a34e2
(refactor) Cleanup Journey Test script.
před 10 roky
John S. Ryan
993fbd035d
Do bundle install before building trackler.
před 10 roky
John S. Ryan
2a5cd84f8d
Update journey test to build trackler.
Track data has been factored into a separate gem: trackler. The build
was breaking.
(see also exercism/x-api#141)
před 10 roky
John S. Ryan
35adc66f37
Mark all but first test @Ignore in all exercises
- in journey test, remove @Ignores so that test runs exercise all tests.
- increase the verbosity of test logging to aide in seeing progress as
tests are un@Ignored and solved.
- saving scripts used to make changes to all exercises. These are the
start of a library of scripts making such changes easier.
- make Gradle output more CI-friendly.
před 10 roky
John S. Ryan
2b9ab89336
Merge journey test scripts into one.
před 10 roky