https://github.com/cgoldberg/test-data
Generate random data for testing
https://github.com/cgoldberg/test-data
data-generation testing
Last synced: 19 days ago
JSON representation
Generate random data for testing
- Host: GitHub
- URL: https://github.com/cgoldberg/test-data
- Owner: cgoldberg
- License: mit
- Created: 2025-08-29T01:11:24.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-08-29T12:49:35.000Z (about 1 month ago)
- Last Synced: 2025-08-29T15:58:04.447Z (about 1 month ago)
- Topics: data-generation, testing
- Language: Python
- Homepage: https://github.com/cgoldberg/test-data
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# test-data
### Python - generate random data for testing
---
- Copyright (c) 2025 [Corey Goldberg][github-home]
- License: [MIT][mit-license]----
## Requirements
- Python 3.6+
- no external dependencies----
## Example Usage
```python
from strings import DIGITS, random_string# string of 32 random digits
random_digits = random_string(DIGITS, length=32)```
[github-home]: https://github.com/cgoldberg
[mit-license]: https://raw.githubusercontent.com/cgoldberg/test-data/refs/heads/main/LICENSE