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
b6350c787a
fox-send
/
.dockerignore
11 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added Dockerfile
2017-06-08 23:11:17 +00:00
node_modules
.git
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
.tox
added Dockerfile
2017-06-08 23:11:17 +00:00
.DS_Store
ignore the firefox installed for selenium in docker
2017-07-22 03:09:59 +00:00
firefox
a few changes to make A/B testing easier
2017-08-24 21:54:02 +00:00
assets
docs
test
some frontend unit tests
2018-02-21 04:31:27 +00:00
coverage
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