| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
The reason for this is that pretty much every method and function in feupy relies on sigarra (as you would expect). I could mock the cache with prefetched urls. However, two problems arise:
In order to test functions that need priviledged access to sigarra, i.e. functions that take a Credentials object as an argument, I would need to to store non-public sigarra pages.
What happens if a sigarra update changes the html of the pages but I forget to update the test urls? One can easily end in the situation that all the tests pass but feupy fails in the real world.
Long story short, the tests in this folder are more like integration tests (with sigarra) and they make web requests in order to make sure that the tests fail if sigarra changes the html layouts.
The test filenames are written in camelCase.
| Back | FazBrowse Home | New Git URL |