This website requires JavaScript.
Explore
Help
Sign In
natty
/
fox-send
Watch
2
Star
0
Fork
You've already forked fox-send
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
32074a9bab
fox-send
/
.gitignore
9 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
incremental upload refactor
2017-06-02 03:59:27 +00:00
node_modules
refactored server
2018-02-06 22:31:18 +00:00
coverage
a few changes to make A/B testing easier
2017-08-24 21:54:02 +00:00
dist
checking for file size > 2GB included global MAXFILESIZE
2017-12-21 09:47:31 +00:00
.idea
refactored server
2018-02-06 22:31:18 +00:00
.DS_Store
This adds some user integration tests to aide the SoftVision team a bit. Right now I have 3 tests. test_upload: This will create a file and make sure it uploads by verifying a file uploads and is assigned a URL. test_download: This will create a file, upload it and then download it making sure it is the same filename that was uploaded. We can expand this later to maybe check the sizes and such. test_progress: This will create a file and make sure the progress bar shows up after it begins uploading. These are python tests and use Pipenv to manage dependencies as well as tox as the virtualenv manager, and finally pytest as the test runner.
2018-04-24 15:00:19 +00:00
.nyc_output
.tox
.pytest_cache