posts/tests.py::TestPostView::test_with_results

First seen 1 year, 7 months ago in commit 1cd3a pushed by Anže Pečar

Last 100 Runs
Pass % 97.0%
p50 duration 0.2325s
p95 duration 0.2783s

runs in the last 30 days

Run 11 months ago
Status FAIL
Commit

Deprecate post urls

Commit f1dc2 pushed by Anže Pečar
Repr
self = <posts.tests.TestPostView testMethod=test_with_results>

    def test_with_results(self):
        account = Account.objects.create(
            account_id="1",
            instance="mastodon.social",
            username="test",
            acct="test",
            display_name="Test",
            locked=False,
            bot=False,
            discoverable=True,
            group=False,
            created_at="2021-01-01T00:00:00.000000+00:00",
            last_status_at="2021-01-01T00:00:00.000000+00:00",
            last_sync_at="2021-01-01T00:00:00.000000+00:00",
            followers_count=0,
            following_count=0,
            statuses_count=0,
            note="",
            url="https://mastodon.social/@test",
            avatar="https://mastodon.social/@test/avatar",
            avatar_static="https://mastodon.social/@test/avatar",
            header="https://mastodon.social/@test/header",
            header_static="https://mastodon.social/@test/header",
            emojis=[],
            roles=[],
            fields=[],
        )
        Post.objects.create(
            post_id="1",
            account=account,
            instance="mastodon.social",
            content="This is a test post with some content",
            visibility="public",
            favourites_count=1,
            reblogs_count=0,
            replies_count=0,
            uri="https://mastodon.social/@test/1",
            created_at="2021-01-01T00:00:00.000000+00:00",
        )
        result = self.client.get("/posts/2021-01-01/")
>       self.assertEqual(200, result.status_code)
E       AssertionError: 200 != 404

posts/tests.py:63: AssertionError
Run 11 months ago
Status PASS
Commit

Merge pull request #59 from anze3db/17-show-daily-stats

Commit 6fd63 pushed by Anže Pečar
Run 11 months ago
Status PASS
Commit

Merge 372ccc6572cdb72c2065848845be8c021c35c04c into f4fad16e3ec1d040c909862b5c4f50257786950d

Commit b988e pushed by Gašper Martič
Run 11 months ago
Status PASS
Commit

Merge ab8685b4ed3f61eb3829b36e3b7f88e269b87f50 into f4fad16e3ec1d040c909862b5c4f50257786950d

Commit 0b950 pushed by Gašper Martič
Run 11 months ago
Status PASS
Commit

Merge 35f7990d53f32e4b0e9af9b75dd1cfae64fb3632 into f4fad16e3ec1d040c909862b5c4f50257786950d

Commit 617d9 pushed by Gašper Martič
Run 11 months ago
Status PASS
Commit

Merge 6b9ac0627d46e3ba5ebfa0f1daf2388d6a6b52e8 into f4fad16e3ec1d040c909862b5c4f50257786950d

Commit cbb2d pushed by Gašper Martič
Run 11 months ago
Status PASS
Commit

Merge f4e37fc6059e7c9302ba0237299b639e4a7ebc16 into f4fad16e3ec1d040c909862b5c4f50257786950d

Commit a402d pushed by Gašper Martič
Run 11 months ago
Status PASS
Commit

Merge 1bb3ac72fd0e605bd1227003c18a5529ffed2def into f4fad16e3ec1d040c909862b5c4f50257786950d

Commit 8875f pushed by Gašper Martič
Run 11 months ago
Status PASS
Commit

Merge 2987fbf9365fcf9f6ba4442228381cf5ffea302d into f4fad16e3ec1d040c909862b5c4f50257786950d

Commit 07e3f pushed by pre-commit-ci[bot]
Run 11 months ago
Status PASS
Commit

Merge da49ade03b2c51a798246a81c5b020664a49f6fe into f4fad16e3ec1d040c909862b5c4f50257786950d

Commit 5f469 pushed by Gašper Martič
Run 11 months ago
Status PASS
Commit

Merge 11257c29973f7466e9f4eb1c74d4742c70b5b416 into f4fad16e3ec1d040c909862b5c4f50257786950d

Commit e1328 pushed by Gašper Martič
Run 11 months, 1 week ago
Status PASS
Commit

Merge fb741d9b7bdd28db04bc9598acb9f44238eb1c6a into f4fad16e3ec1d040c909862b5c4f50257786950d

Commit 4c3b7 pushed by Gašper Martič
Run 11 months, 1 week ago
Status PASS
Commit

Merge d043d34427eaa62c36f2f8fb65601032210bd554 into f4fad16e3ec1d040c909862b5c4f50257786950d

Commit 02389 pushed by Gašper Martič
Run 11 months, 1 week ago
Status PASS
Commit

Merge a53eb11db21adb70d731abcada99a51e9228ba5c into f4fad16e3ec1d040c909862b5c4f50257786950d

Commit 4bf84 pushed by Gašper Martič
Run 11 months, 1 week ago
Status PASS
Commit

[pre-commit.ci] pre-commit autoupdate (#58)

Commit f4fad pushed by pre-commit-ci[bot]
Run 11 months, 1 week ago
Status PASS
Commit

Merge a1f947199121083463fb7c42c40d7b31ddc87d56 into 662733d6baabdac9ab3adfc9eea39d8b50f4aab5

Commit 0613c pushed by pre-commit-ci[bot]
Run 11 months, 1 week ago
Status PASS
Commit

Adjust batch size based on action

Commit 66273 pushed by Anže Pečar
Run 11 months, 1 week ago
Status PASS
Commit

Accountstats weeks months (#57)

Commit fe878 pushed by Gašper Martič
Run 11 months, 1 week ago
Status PASS
Commit

Merge 5c9334203ace7e575380e0c2060d5c03190d3fa5 into 249c3e685ef02dd24ea640d03a03850c49512785

Commit c91ad pushed by Gašper Martič
Run 11 months, 1 week ago
Status PASS
Commit

Merge fd5f42816bdb9be078fbc29bb536a1e1b11b5421 into 249c3e685ef02dd24ea640d03a03850c49512785

Commit f3403 pushed by Gašper Martič
Run 11 months, 2 weeks ago
Status PASS
Commit

Merge a3fa606b6b1795aa864ccfd1081d6d03175d40ea into 249c3e685ef02dd24ea640d03a03850c49512785

Commit 9b417 pushed by Gašper Martič
Run 11 months, 2 weeks ago
Status PASS
Commit

Merge be7bfbc431d5ecc748ba721d87e58a7e402a03ef into 249c3e685ef02dd24ea640d03a03850c49512785

Commit 8f8f1 pushed by Gašper Martič
Run 11 months, 2 weeks ago
Status PASS
Commit

Merge 872da5ff30f6620acc60bffb3584df761765c837 into 249c3e685ef02dd24ea640d03a03850c49512785

Commit 350ea pushed by Gašper Martič
Run 11 months, 2 weeks ago
Status PASS
Commit

Merge e0c4d8e975128b8ba2fd692aaaeaafc05983a3ad into 249c3e685ef02dd24ea640d03a03850c49512785

Commit 115fc pushed by Gašper Martič
Run 11 months, 2 weeks ago
Status PASS
Commit

Enable PWA

Commit 249c3 pushed by Anže Pečar