data for test
Project description
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 Practice
Firstly, 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 523314409@qq.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
data4test-1.0.0.tar.gz
(1.4 kB
view hashes)
Built Distribution
Close
Hashes for data4test-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a08454573c73018b42e147dcd4f45bad0a28d4c7498a465fc27a16684e473c0b |
|
MD5 | a363144e5ad566449ac154cad228adfd |
|
BLAKE2b-256 | 252ca83ca89ff1e494c31af4ac6f9945cdb50e764e05a7d042aeb529b749fcb4 |