Skip to content

Commit 1e03383

Browse files
vbrazoIgor Kapkov
authored andcommitted
Added: Faker.Address.Es and Faker.Address.En (#158)
* Add spanish address locales and tests * Update changelog and usage * Minor fixes * Remove spanish address binary tests and add doctests * Minor fixes * Change Faker.Address to use locales and create Faker.Address.En * Update usage.md * Changes after reviews * Remove old address binary tests * Update CHANGELOG.md * Add more doctests * Remove street address comma * Remove failing date doctest
1 parent 41d5595 commit 1e03383

File tree

6 files changed

+2310
-265
lines changed

6 files changed

+2310
-265
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format.
1010

1111
### Added
1212

13-
* Add lorem doctests [[@vbrazo][]]
13+
* Tests covered by actual values not just checking that result is a binary [[@igas][]]
14+
* `Faker.Address.Es` and `Faker.Address.En` [@vbrazo][]
1415
* `Faker.Beer.brand/0` [[@vbrazo][]]
1516
* `Faker.Food.sushi/0` [[@vbrazo][]]
1617
* `Faker.Team.PtBr` [[@vbrazo][]]
17-
* Tests covered by actual values not just checking that result is a binary [[@igas][]]
1818
* `Faker.Name.PtBr` and `Faker.Name.Es` [[@vbrazo][]]
1919
* `Faker.UUID.v4/0` [[@anthonator][]]
2020
* `Faker.Food` to generate Food data [[@vbrazo][]]
@@ -252,4 +252,4 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format.
252252
[@vforvova]: https://github.com/vforvova
253253
[@wojtekmach]: https://github.com/wojtekmach
254254
[@yordis]: https://github.com/yordis
255-
[@zmoshansky]: https://github.com/zmoshansky
255+
[@zmoshansky]: https://github.com/zmoshansky

USAGE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!-- A -->
22
- [Faker.Address](lib/faker/address.ex)
3+
- [Faker.Address.En](lib/faker/address/en.ex)
4+
- [Faker.Address.Es](lib/faker/address/es.ex)
35
- [Faker.App](lib/faker/app.ex)
46
- [Faker.Avatar](lib/faker/avatar.ex)
57
<!-- B -->

0 commit comments

Comments
 (0)