sarumont / py-trello

Python API wrapper around Trello's API
BSD 3-Clause "New" or "Revised" License
945 stars 330 forks source link

Add warning that running tests will delete cards #258

Closed AlexanderLill closed 6 years ago

AlexanderLill commented 6 years ago

Add a warning to the README that running the tests will delete all cards on the board TRELLO_TEST_BOARD_NAME.

For some people, this might be surprising. In the end a refactoring of the tests to not do that would probably be the best.