An open API service indexing awesome lists of open source software.

https://github.com/sboudrias/__teamcity-flaky-bug

Demoing bug with flaky and teamcity-messages (python)
https://github.com/sboudrias/__teamcity-flaky-bug

Last synced: 7 months ago
JSON representation

Demoing bug with flaky and teamcity-messages (python)

Awesome Lists containing this project

README

          

Teamcity doesn't catch test failures from test retried with flaky. Instead, it'll report build as failed and dump all the test traces as the error message. This prevent you from marking these tests as ignored or under investigation.

Run the demo by:

```sh
virtualenv env
source env/bin/active

make test
```