aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make sure archiving is opt-inmarawan ragab2020-05-101-1/+0
|
* add zip download testmarawan ragab2020-05-031-0/+5
|
* Format everythingSven-Hendrik Haase2020-03-114-6/+9
|
* Fix tests for reqwests v0.10Sven-Hendrik Haase2020-03-111-11/+14
|
* Merge pull request #235 from DamianX/archivesSven-Hendrik Haase2020-03-111-0/+46
|\ | | | | Added option to disable archives
| * Added option to disable archivesDamian2020-03-021-0/+46
| |
* | Bump reqwests to v0.10Sven-Hendrik Haase2020-03-114-24/+28
| |
* | Fix deprecated stuffSven-Hendrik Haase2020-03-091-5/+5
|/
* Merge pull request #236 from DamianX/test_upload_disabledSven-Hendrik Haase2020-03-011-0/+46
|\ | | | | Added test for disabled file uploads
| * Added test for disabled file uploadsDamian2019-12-181-0/+46
| |
* | specify port to avoid test conflictEli Flanagan2020-02-031-1/+3
| |
* | Merge branch 'master' into fix-156Eli Flanagan2019-09-254-19/+18
|\|
| * Actually make use of pretty_assertionsSven-Hendrik Haase2019-09-212-17/+17
| |
| * Remove explicit clap dependency in favor of structopt's re-exported versionSven-Hendrik Haase2019-09-211-1/+1
| |
* | add a test for missing index fileEli Flanagan2019-09-251-1/+26
|/
* Update to url 2.0Sven-Hendrik Haase2019-07-251-1/+1
|
* Fix testsSven-Hendrik Haase2019-07-241-21/+51
|
* Remove unnecessary importSven-Hendrik Haase2019-07-141-1/+0
|
* Add dir navigation testsSven-Hendrik Haase2019-07-143-0/+110
|
* Also check directories in testsSven-Hendrik Haase2019-07-072-5/+31
|
* Merge pull request #118 from KSXGitHub/multiple-auths-altSven-Hendrik Haase2019-06-031-1/+140
|\ | | | | Multiple user accounts — Alternate Implementation
| * Fix regression where path cannot be placed after '--auth <auth>'khai96_2019-05-301-5/+10
| |
| * Complete integration testkhai96_2019-05-201-1/+135
| |
* | Hide stderr (fixes #120)Sven-Hendrik Haase2019-05-191-0/+1
|/
* cargo fmtboastful-squirrel2019-05-101-1/+1
|
* Merge pull request #103 from KSXGitHub/test-auth-one-more-assertionSven-Hendrik Haase2019-05-061-3/+7
|\ | | | | Add assertion of status code to auth_works
| * Use constant for assertionkhai96_2019-05-061-1/+2
| |
| * Add assertion of status code to auth_workskhai96_2019-05-041-3/+7
| |
* | Use constant for assertionkhai96_2019-05-061-1/+2
| |
* | Add integration test where it rejects authenticationkhai96_2019-05-041-1/+58
|/
* Make tests into their own proper modules without star importsSven-Hendrik Haase2019-05-015-21/+46
| | | | Star imports make it hard to see which imports a module is actually using so I prefer to have this be a bit more explicit.
* Allow dead code to fix false negative warningskhai96_2019-05-011-0/+2
|
* Move helpers.rs to fixtures/mod.rskhai96_2019-04-295-8/+8
|
* Split integration test into multiple fileskhai96_2019-04-285-174/+184
|
* Use fixtureskhai96_2019-04-281-4/+7
|
* Add hashed password to integration testkhai96_2019-04-271-4/+21
|
* Use rstest test fixtures to cut down on code duplication in integration testsSven-Hendrik Haase2019-04-261-23/+21
|
* Add a couple more integration testsSven-Hendrik Haase2019-04-241-9/+93
|
* Try using port_check to make travis happySven-Hendrik Haase2019-04-161-2/+2
|
* Fix portSven-Hendrik Haase2019-04-151-1/+1
|
* Set up testing infrastructure and add some integration tests (fixes #68)Sven-Hendrik Haase2019-04-151-0/+95