Commit Graph

8 Commits

Author SHA1 Message Date
Trinh Quoc Anh
fd006da462 Add test template for atbash cipher (#2123)
* Add test template for atbash cipher

* Change variable name

* Fix assert type

* User assertEqual everywhere
2019-11-14 10:05:34 +00:00
Thomas Fan
f443f644dd atbash-cipher: updates tests to v1.2.0 (#1485)
Resolves #1469
2018-08-27 13:24:32 -04:00
Marc Chan
cc0a10a6d4 atbash-cipher: update tests to v1.1.0 (#1282) 2018-02-16 11:05:39 -06:00
Nathan Parsons
dc0f62ae4c Update version strings to reference problem-specifications 2017-10-14 12:31:08 +01:00
Tammo Behrends
bbd3c623b8 Refactor assertEqual(actual,expected) param order
closes #440
2017-03-23 13:37:20 +01:00
Tammo Behrends
abcc6b5a79 atbash-cipher: Update test cases (#429)
Adds one missing test case from the canonical test data and
stores the test data version.
2017-03-16 09:04:25 +01:00
Jesús Gómez
02928df794 atbash_cipher_test: Add 2 tests (#418)
Add `test_decode_number` as there is a test that encode number. Check this _iteration_[1] for a solution that pass the tests without checking for alphanumeric in decode.

Add `test_encode_decode`. Having done this in the first place, would had highlighted the need of checking for alphanumeric in decoding.

[1] http://exercism.io/submissions/c7c9448e6a674dd6a11ea35dc32e29a4
2017-02-24 15:22:32 +01:00
Alberto
b9dfe29184 Moved the exercises to the folder exercises/. 2016-01-26 17:24:22 +01:00