Commit Graph

411 Commits

Author SHA1 Message Date
fpellet
426f8da0ee Create custom dockerfile 2019-12-23 11:53:54 +01:00
fpellet
6b7c9e5de9 Add test sample 2019-12-23 11:53:54 +01:00
fpellet
be0222311e Add custom assertions 2019-12-23 11:53:54 +01:00
fpellet
b32ab99649 translate update_quality of plsql 2019-12-23 11:53:54 +01:00
fpellet
a7c0d1dcbf translate new_item of plsql 2019-12-23 11:53:53 +01:00
fpellet
5803be91ca translate item of plsql 2019-12-23 11:53:53 +01:00
fpellet
630fe119ce Test pgunit 2019-12-23 11:53:53 +01:00
fpellet
b36a209660 Initialize database 2019-12-23 11:53:53 +01:00
Emily Bache
06e425cc2b
Merge pull request #135 from GradedJestRisk/master
Add PL/pg SQL (without test support)
2019-12-19 08:52:49 +01:00
GradedJestRisk
84e17c448c Add SQL (without test support) 2019-12-18 21:58:10 +01:00
GradedJestRisk
191926ce68 Add PL/pg SQL (without test support) 2019-12-18 20:29:45 +01:00
Emily Bache
de18a0a661
Merge pull request #134 from claremacrae/support_cpp11
Reduce required C++ level from 17 to 11 - no code changes needed.
2019-12-10 10:03:42 +01:00
Clare Macrae
0aa4180e23 Reduce required C++ level from 17 to 11 - no code changes needed. 2019-12-09 14:47:33 +00:00
Emily Bache
984e38a3a8
Merge pull request #133 from jmossberg/master
Refactor C++ version of the Gilded Rose kata
2019-12-09 09:00:25 +01:00
Jacob Mossberg
1836cca836 Refactor C++ version of the Gilded Rose kata
* Make it possible to build and run tests in CLion
  and Visual Studio 2019 out of the box

* Provide four types of initial test using different test frameworks:
  * Catch2 test framework
    * Traditional unit testing using Catch2
    * Approval test using Catch2
  * Google Test test framework
    * Traditional unit testing using Google Test
    * Approval test using Google Test

* The different types of initial test are located in separate folders
  in the test folder.

* Remove scripts to build and run tests and replace
  with instructions in the cpp README.md

* Use C++17

* Use CMake => 3.13
2019-12-09 08:40:47 +01:00
Emily Bache
16dd174765
Merge pull request #130 from Fs00/master
Make Kotlin version fully equivalent to C# and Java ones
2019-11-20 11:13:52 +01:00
Fs00
71be996821 Kotlin: update Gradle wrapper and language version 2019-11-20 10:52:29 +01:00
Fs00
ba6e04ef60 Kotlin: make Item class equivalent to C# and Java 2019-11-20 10:51:28 +01:00
Fs00
f9af027c62 Kotlin: use == and != for string equality 2019-11-20 10:49:49 +01:00
Emily Bache
dbafe9d300
Merge pull request #129 from goerge/gradle
add gradle build capabilities
2019-11-19 08:59:11 +01:00
Emily Bache
8d957a5ab4
Merge pull request #128 from goerge/junit5
migrate to JUnit 5
2019-11-18 19:04:59 +01:00
Görge Albrecht
948852c2c4 add gradle build capabilities 2019-11-18 17:42:08 +01:00
Görge Albrecht
eb271c686f migrate to JUnit 5 2019-11-18 17:05:22 +01:00
Emily Bache
f322e6eb1b
Merge pull request #126 from jsstrn/master
Add Gilded Rose kata for JavaScript with Jest
2019-10-15 10:10:50 +02:00
Jesstern Rays
527e20ebc5 Add Gilded Rose kata for JavaScript with Jest 2019-10-15 15:52:21 +08:00
Emily Bache
fc0f14803a cpp ignore file 2019-09-27 13:20:29 +02:00
Emily Bache
fbcc8aaa4d fix approval tests to work on windows, and use Approvals framework 2019-08-28 10:30:34 +02:00
Emily Bache
64853612b0
Merge pull request #118 from MickeVr/master
Updated gilded rose to utplsql version 3
2019-07-04 19:37:37 +02:00
MickeM
431eee7edf Updated gilded rose to utplsql version 3
Also rewrote the texttest
2019-07-02 15:40:46 +02:00
Emily Bache
fb3853835e
Merge pull request #113 from beryllium/php-7-support
Add PHP 7 support
2019-05-24 08:30:56 +02:00
Kevin Boyd
e9e40ef19a Restore the test class to the original "fixme" state 2019-05-22 23:49:12 -07:00
Kevin Boyd
0af329fa9b Add a readme for php7 2019-05-22 23:48:16 -07:00
Kevin Boyd
216f754aee Relocate special Sulfuras exception to be more buried. 2019-05-22 16:46:01 -07:00
Kevin Boyd
501cb7e041 Add a special rule for Sulfuras quality 2019-04-23 21:40:26 -07:00
Kevin Boyd
c17454032b Full test suite with 100% coverage. 2019-04-23 20:20:04 -07:00
Kevin Boyd
d1b6306324 Move php to php5 and add a php7 example that uses composer 2019-04-23 14:56:30 -07:00
Emily Bache
d86e26b192
Merge pull request #109 from bradleyscollins/master
Added F# starter solution based on .NET Core
2019-03-01 08:20:43 +01:00
Brad Collins
203551dadc Added .gitignore 2019-02-28 13:51:02 -06:00
Brad Collins
7ce7df7c7e Added F# starter solution based on .NET Core 2019-02-28 13:48:45 -06:00
Emily Bache
a0a860d0fe
Merge pull request #107 from bastifr/master
prepared for golden master test
2018-12-10 13:58:26 +01:00
archive-sebastian
84f92fe5d7 excluded none spec files from test runner 2018-12-10 13:01:57 +01:00
archive-sebastian
c9f4838a09 fixed file name typo 2018-12-10 13:01:56 +01:00
archive-sebastian
8a4aa4b684 add golden master for typescript 2018-12-10 13:01:56 +01:00
Emily Bache
a422b614c8
Merge pull request #106 from novellizator/patch-1
Fix compile error in TS
2018-12-10 09:50:36 +01:00
Tomas Novella
939afa9822
Fix compile error in TS
Without a type annotation, TS expects the argument in the ctor to be a never[], hence "npm test" fails to even start
2018-12-09 09:40:49 +01:00
Emily Bache
702220f151
Merge pull request #105 from codecop/master
Port to XSLT
2018-12-08 12:12:25 +01:00
Peter Kofler
235869c45a Description how to run the XSLT. 2018-12-07 23:53:54 +01:00
Peter Kofler
bc75ba14a3 Port to XSLT 2018-12-07 23:43:31 +01:00
Emily Bache
8fed3395d7
Merge pull request #104 from codecop/master
Minor cleanups and a brand new port to Scheme language
2018-12-04 09:09:13 +01:00
Peter Kofler
4807997dba Fixes bug in Scheme version, not deeply nested enough. 2018-12-03 22:45:26 +01:00