.
├── csite
│ ├── admin.py
│ ├── admin.pyc
│ ├── __init__.py
│ ├── __init__.pyc
│ ├── migrations
│ │ ├── __init__.py
│ │ └── __init__.pyc
- Student: Rahul Tiwari
- Github profile: invinciblycool
Open-Event-Server:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |
NewerOlder