- Student: Rahul Tiwari
- Github profile: invinciblycool
Open-Event-Server:
Open-Event-Server:
*.pyc | |
*~ | |
__pycache__ | |
db.sqlite3 | |
/static | |
.DS_Store |
Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux
Although I highly recommend using a snap
sudo snap install postman
tar -xzf Postman-linux-x64-5.3.2.tar.gz
invinciblycool@invinciblycool-machine:~/FOSSASIA/open-event-orga-server$ nosetests tests/unittests/ | |
FEFEEFEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE | |
====================================================================== | |
ERROR: test_get_count (tests.unittests.api.helpers.test_db.TestDBHelperValidation) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/invinciblycool/FOSSASIA/open-event-orga-server/tests/unittests/utils.py", line 21, in tearDown | |
Setup.drop_db() | |
File "/home/invinciblycool/FOSSASIA/open-event-orga-server/tests/unittests/setup_database.py", line 36, in drop_db | |
db.engine.execute("drop schema if exists public cascade") |