aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2021-02-24Update and rename finance_issue.unit.js to finance_iban.unit.jsMarak1-1/+1
2021-02-24close #846Christophe Gesché1-4/+4
fix iban for azerbaijan
2021-02-24 add tdd for #846Moosh1-1/+32
2021-02-23optimize testChristophe Gesché1-7/+12
- Seed to found Iban at first loop - Console log display the tips if the fonction is called for a new locale
2021-02-19Update finance_issue.unit.jsChristophe Gesché1-7/+6
- only uppercase char - conslole log in english
2021-02-19Update iban.js (#1)Christophe Gesché1-14/+29
* Update iban.js Fix config gen for GE, PK and TR * https://transferwise.com/fr/iban/georgia * https://transferwise.com/fr/iban/pakistan * https://transferwise.com/fr/iban/turkey * Update finance_issue.unit.js Number.isFinite Dont check as needed. I use Match and it's ok fix #944 fix #945 fix #946
2021-02-18Fixes broken image testsMarak1-4/+4
2021-02-16Create finance_issue.unit.jsMoosh1-0/+117
Adding a test to validate the correction of the end #945 This commit only contains the test (which must fail)
2021-02-12Adds missing `animal` moduleMarak1-1/+1
Removes un-used animal references Fix broken test
2021-02-12adding animal moduleRavsCodes201-0/+15
started with dogs, added a defintion, an array of dogs breeds, and an associated test.
2021-02-11Merge pull request #1015 from strobelt/autoFormatFlagOnFinanceAmountMarak1-0/+20
Add autoFormat flag on finance amount
2021-02-11Merge pull request #1063 from DanielLipowicz/fix/incorrectVinNumberMarak2-9/+31
Fix issue 1062; Add new alpha and alphanumeric functionality
2021-02-09Merge pull request #1020 from josecarlosweb/feature/remove-deprecated-assetMarak15-160/+189
Replacement of deprecated functions on tests.
2021-02-08Merge pull request #775 from borel/masterMarak1-0/+13
Get x dates between two dates
2021-02-08Merge pull request #1013 from ariel-enso/feature/add-internet-http-methodsMarak1-0/+8
Feature: add http methods to internet namespace
2021-02-04Merge pull request #989 from rebuy-de/patch-iban-countryMarak1-0/+11
Add optional country code parameter for iban method
2021-02-04Merge pull request #999 from netochaves/fix/internetEmailMarak1-0/+9
Fix: internet email for japanese and chinese characters
2021-02-03Merge pull request #1053 from andrewmcoupe/masterMarak2-1/+11
Generate random vehicle vrm (vehicle registration mark)
2021-02-02Merge pull request #1009 from scarabedore/masterMarak1-0/+8
Add method to generate port numbers
2020-12-01Implement issue 1062; Add random.aplha functionality to blacklist some ↵Daniel Lipowicz2-9/+31
characters
2020-11-22fix broken finance testAndy Coupe1-1/+1
2020-11-18add vrm and testAndy Coupe1-0/+10
2020-11-11Merge remote-tracking branch 'upstream/master'borel3-8/+71
2020-10-04Check if seed is a number or array before seeding faker.randomLuiz Strobelt1-0/+6
2020-10-04Fix typoCarlos Carvalho2-16/+16
2020-10-04Fix wrong change on assert not equslCarlos Carvalho1-1/+1
2020-10-04Change deprecated assert.equalCarlos Carvalho15-160/+189
2020-10-01Test passing false or undefined to autoFormatLuiz Strobelt1-6/+12
2020-10-01add httpMethod and unit testAriel Shadkhan1-0/+8
2020-10-01Add auto formatting to finance.amountLuiz Strobelt1-1/+15
2020-09-18added faker.internet.portscarabedore1-0/+8
2020-09-10fix: internet email for japanese and chinese charactersNeto Chaves1-0/+9
2020-09-06Fix return of finance.amount to stringLukazovic1-10/+9
2020-09-06Merge pull request #837 from mrstebo/add-music-fakerMarak1-0/+17
Added the Music module
2020-09-01Add optional country code parameter for iban methodMartin Parsiegla1-0/+11
2020-08-27Problem found with `finance.amount`, see #984Marak1-1/+3
Disables newly broken test ( randomness seed reveals )
2020-08-27Merge pull request #713 from jonny64/masterMarak1-0/+45
locale ru: add name.middleName with russian gender for russian passport (отчество)
2020-08-26Merge branch 'master' of https://github.com/Marak/faker.jspbborel9-21/+238
2020-08-25Merge branch 'master' into country-code-alpha-3Marak9-21/+227
2020-08-25Merge pull request #855 from abnersajr/fix-797Marak1-0/+65
Adds Lorem Picsum as image provider
2020-08-24Merge pull request #936 from joshua-barnett/patch-1Marak1-0/+8
Add failing test for userAgent
2020-08-24Merge pull request #824 from ashishra0/add-transaction-descriptionMarak1-0/+8
add transaction description method on finance module
2020-08-24Merge pull request #553 from jreina/issue-509Marak1-0/+18
Implement length argument in lorem.word
2020-08-23Merge pull request #684 from blslade-neumont/dev-gender-stringMarak1-0/+23
Allowed gender passed to name.firstName(gender) to be a string
2020-08-23Merge pull request #614 from mastermatt/bufix-shuffle-last-elementMarak1-0/+13
Bugfix random.shuffle last element.
2020-08-18add time_zonemkg01-0/+10
2020-07-20Add failing test for userAgentJoshua Barnett1-0/+8
Proving it is not deterministic and does not respect random seed.
2020-06-11#807 Remove unreliable testsMarak1-3/+5
2020-06-10Add random seed for time testMarak1-0/+2
2020-06-10Update random seed value for finance test ( again )Marak1-1/+1