Skip to content

tsugiproject/tsugi-python-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Functionality Test for Tsugi

The idea is to develop a functionality / integration test that can test any version of Tsugi in any language.

This is early days :)

Install pip (if necessary):

https://pip.pypa.io/en/stable/installing/

curl -O https://bootstrap.pypa.io/get-pip.py
python get-pip.py

Install packages

pip3 install --user requests
pip3 install --user oauthlib
pip3 install --user PyMySQL

Run:

python3 test.py

Notes:

http://docs.python-requests.org/en/master/
http://pymysql.readthedocs.io/en/latest/user/examples.html
https://www.python.org/dev/peps/pep-0249/
https://github.com/idan/oauthlib/blob/master/oauthlib/oauth1/rfc5849/__init__.py

TODO: Lots of stuff

About

A functionality test for any version of Tsugi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages