-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding integration tests #34
Conversation
This PR adds 2 simple test that only tests the upload function for now. We can and should add more like running the cron and checking in the logs if files get tagged as unscanned and such stuff. |
added the following tests for each user (admin and testuser)
added a test for eicar upload when vaas does not work (which should not reject the upload) |
c499a3d
to
445d4f2
Compare
added 2 more tests
|
1428eea
to
93c70a6
Compare
this commit adds commands for tagging and scanning so the test don't have to rely on a cron run.
93c70a6
to
2efc873
Compare
you can just import appinfo/application and use the static field there
…make appstore run in parallel
No description provided.