Skip to content

tsugiproject/tsugi-python-test

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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