This commit is contained in:
hwelch-fle 2023-03-26 23:33:39 -04:00
commit d54dc61fd0

View file

@ -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)