alevchuk / ln-central

ln-central is Q&A website powered by lightning network
Other
1 stars 1 forks source link

create_new_post unit tests fails #21

Open alevchuk opened 5 years ago

alevchuk commented 5 years ago
  1. does not redirect to a post, returns HTTP 200 instead
  2. post count does not increase

because of this 3 test are skipped https://github.com/alevchuk/biostar-central-ln/commit/69baee5dae14865f6385f434f0774bb2cd270ad9

unit test code is here https://github.com/alevchuk/biostar-central-ln/blob/0c9f6694e22935a64a402fc7e6ad515e70d7e40f/biostar/server/tests/test_functional.py#L101