Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amazingtest/data4test
测试数据构造生成器,you can get useful data here for software testing
https://github.com/amazingtest/data4test
data test-automation testdata testdatabuilder testing testing-tools
Last synced: about 1 month ago
JSON representation
测试数据构造生成器,you can get useful data here for software testing
- Host: GitHub
- URL: https://github.com/amazingtest/data4test
- Owner: amazingTest
- License: apache-2.0
- Created: 2018-06-26T09:19:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T09:48:20.000Z (over 6 years ago)
- Last Synced: 2024-11-12T23:35:15.660Z (about 2 months ago)
- Topics: data, test-automation, testdata, testdatabuilder, testing, testing-tools
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# data4test
you can get useful data here for software testing## Installation
The last stable release is available on PyPI and can be installed with pip.
make sure that Chrome has been installed and match the selenium version$ pip install data4test
## Best PracticeFirstly, create a python file: c:\folder\mytest.py
# c:\folder\mytest.py
from data4test import timestamp4test
print(timestamp4test.get_this_week_head_timestamp())
print(timestamp4test.get_this_week_end_timestamp())
print(timestamp4test.get_this_month_head_timestamp())
print(timestamp4test.get_this_month_end_timestamp())
print(timestamp4test.get_chinese_this_week_head_timestamp())
print(timestamp4test.get_chinese_this_week_end_timestamp())
then use your IDE to run this script or$ python c:\folder\mytest.py
if successful, you will see many timestamps :)## Contact me
For information and suggestions you can contact me at [email protected]