Commit Graph

632 Commits

Author SHA1 Message Date
Gert de Pagter
2a4f2b3b7c
Remove quality change on sulfuras
For some reason the php7 version sets the quality of sulfuras to be 80.
The sepcification simply states this is the max, and that it does not change, as 
written on line 22 of the english specifications.
2020-01-15 15:27:50 +01:00
Emily Bache
9a9b4351f2
Merge pull request #137 from fpellet/postgresql
PL/pg SQL: Add unit test framework (PGUnit), with Docker
2020-01-15 09:03:22 +01:00
Florent Pellet
2961559588
Merge pull request #1 from acassaigne/postgresql
change test with foo example to fixme
2020-01-14 21:58:23 +01:00
acassaigne
65d60205f5 change test with foo example to fixme 2020-01-12 23:35:38 +01:00
Emily Bache
c61a88a221
Merge pull request #136 from GradedJestRisk/master
PL/pg SQL: improve README (add requirements) / Add unit test framework (pgTAP)
2020-01-07 15:16:21 +01:00
Emily Bache
795efa9974
Merge pull request #139 from michelgrootjans/plantuml
PlantUML
2020-01-07 11:02:42 +01:00
Emily Bache
3e0d5e39dd
Merge pull request #138 from jonreid/master
Update Swift to work with latest package manager
2020-01-06 10:50:26 +01:00
Michel Grootjans
4a82efedb7 added a slide-deck for a workshop 2019-12-31 14:17:03 +01:00
Michel Grootjans
311d9b964d added a rendering of the original exercise 2019-12-30 15:16:17 +01:00
Michel Grootjans
8933001e02 updated planutml/readme.md to get started quickly 2019-12-30 14:20:04 +01:00
Michel Grootjans
aaa9f9c42c fixed a typo: testsers -> testers 2019-12-30 14:12:05 +01:00
Michel Grootjans
749d8f5ff5 changed activity syntax: -foo -> :foo; 2019-12-30 13:32:23 +01:00
Michel Grootjans
ff06861ab7 added (no) for negative path in if-statements 2019-12-30 13:08:06 +01:00
Michel Grootjans
632a6768eb added history 2019-12-30 11:40:51 +01:00
Michel Grootjans
23db73bafd added plantUML exercise 2019-12-30 11:40:28 +01:00
Jon Reid
0ba7fabfb3
Swift: Delete unusual blank lines 2019-12-29 13:31:55 -08:00
Jon Reid
9152b48215
Swift: Update to package manager 5.1 2019-12-29 13:27:49 -08:00
GradedJestRisk
fbda756d73 PL/pg SQL: add pgTAP test framework support 2019-12-29 12:39:12 +01:00
fpellet
ca4721e93b Move to plpgsql/pgunit 2019-12-28 16:13:44 +01:00
fpellet
a5dfb13dcc add readme 2019-12-23 11:53:54 +01:00
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
GradedJestRisk
d2588417f5 PL/pg SQL: improve README => add requirements 2019-12-22 16:55:01 +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