| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
Spelling
|
|
|
|
Signed-off-by: Josh Soref <[email protected]>
|
|
|
|
- fix test naming
- remove not asserting test
|
|
Current status:
- changed datetime test that checks seeding to not assert something because it does not work
- changed some asserts to strictEqual instead of using .ok(a===b)
- renamed datatype.date to datatype.datetime
|
|
Current status:
- implemented array method and respective tests
- added a few semicolons
- changed test with seeding of datatype.date to only check date, not time
- added test for generating json with set seed
|
|
Current status:
- adding methods for string, json and respective tests
|
|
Current status:
- moved tests with seeding problem back to random.unit
- implemented date method
- added datatype module to seed funtion
- added tests for date method
|
|
Current status:
- moved number(), float(), hexaDecimal(), boolean(), uuid() from random to datatype
- moved respective test from random.unit to datatype.unit
- tests of moved methods in random now check if DeprecationWarning is printed and respective method in datatype module is called
- adapted all lib files that use moved methods (mostly number)
- adapted tests of respective files to spy on the correct method
- adapted README in order to promote usage of method that logs a DeprecationWarning
|