Skip to content

Commit

Permalink
project: Add information about Windows error
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Oct 1, 2020
1 parent b574640 commit 79d1bbc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,13 @@ kemudahan pengembangan web kamu ke depannya.
> Pastikan kamu sudah menjalankan perintah `collectstatic` sebelum
> menjalankan *functional test*.

> Catatan khusus pengguna Windows: ketika kamu menjalankan
> *functional test*, mungkin akan muncul *error* seperti
> `ConnectionResetError: [WinError 10054] An existing connection was forcibly
> closed by the remote host`. Selama tes tetap berjalan sampai selesai,
> abaikan saja masalah tersebut. Ini memang [*bug*][ticket-21227] yang belum
> diperbaiki untuk Django di Windows.

3. Atur konfigurasi *code coverage* di GitLab.

*Code coverage* merupakan salah satu metrik yang berguna untuk mengukur
Expand Down Expand Up @@ -307,6 +314,7 @@ ketentuan yang berbeda.
[djecrety]: https://djecrety.ir
[chromedriver]: https://chromedriver.chromium.org/downloads
[homebrew]: https://brew.sh
[ticket-21227]: https://code.djangoproject.com/ticket/21227
[bypass-cache]: https://en.wikipedia.org/wiki/Wikipedia:Bypass_your_cache
[flake8]: https://pypi.org/project/flake8
[pylint]: https://pypi.org/project/pylint
Expand Down

0 comments on commit 79d1bbc

Please sign in to comment.