| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Issue introduced by #985
|
|
Removes duplicate `en` require
This is a quick copy and paste solution to revert
We’ll want to go back here and refactor this again
|
|
|
|
performance
fixes #822
|
|
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
|
|
[api] [dist] Add system methods, update travis.yml
|
|
|
|
* Returns a random path with file name
* Returns a random directory path (no trailing slash)
|
|
Descriptions are taken from existing comments if available. The address module already has some new sample descriptions.
|
|
|
|
* Generates file name based on provided ext
|
|
* Allows for creation of fake systems data
* So far has file-system related methods
* Mime-types
* File extensions
* File names
|