Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Card.board, Card Label return values. #89

Merged
merged 3 commits into from
May 25, 2015
Merged

Conversation

biern
Copy link
Contributor

@biern biern commented May 24, 2015

Summary of changes:

  • Cards are initialized with either board or a list as a parent. It was utilized in this way before (see Board.get_cards()) , but board ended up being stored in self.trello_list. Card.board is added and available in either case while self.trello_list is not.
  • Card.get_labels and Card.labels return Label classes instead of dictionaries. This is consistent with Board.get_labels.
  • setUp() changed to setUpClass for slight speedup (10 seconds on my machine)

sarumont added a commit that referenced this pull request May 25, 2015
Card.board, Card Label return values.
@sarumont sarumont merged commit 85f4202 into sarumont:master May 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants