WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/testing.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Testing

- Read existing tests inside `/tests/` folder to get an idea of how the tests are organized.
- Get yourself familiar with `[fixtures]` & `[factories]`. They are your friend.
- Get yourself familiar with [`fixtures`] & [`factories`]. They are your friend.
- Read https://splinter.readthedocs.org/en/latest/api/driver-and-element-api.html to get your self with all the methods available with `browser` fixture. You must include `base_url` fixture, in your test cases to start a Live Test Server.

[fixtures]: https://pytest.org/latest/fixture.html
[factories]: https://factoryboy.readthedocs.org
[`fixtures`]: https://pytest.org/latest/fixture.html
[`factories`]: https://factoryboy.readthedocs.org

## Run tests partially

Expand Down