Merge branch 'master' of https://github.com/hwelch-fle/plankapy
This commit is contained in:
commit
d54dc61fd0
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ from plankapy import *
|
|||
import random
|
||||
|
||||
def test_planka():
|
||||
## In no way meant to be efficient code, just a way to test all components
|
||||
## of the API
|
||||
planka = Planka(API_URL, API_USER, API_PASS)
|
||||
project = Project(planka)
|
||||
board = Board(planka)
|
||||
|
|
Loading…
Reference in a new issue