verdaccio/test
Alex Kocharin 5d19b66290 adding integration tests 2013-12-30 12:25:26 +04:00
..
functional tests for tags support 2013-12-29 10:40:47 +04:00
integration adding integration tests 2013-12-30 12:25:26 +04:00
unit remove all replication-like functionality 2013-12-27 17:23:14 +04:00
README.md adding integration tests 2013-12-30 12:25:26 +04:00
start.sh reorganize tests, and add new ones 2013-12-19 19:11:54 +04:00

README.md

All tests are split in three folders:

  • unit - Tests that cover functions that transform data in an non-trivial way. These tests simply require() a few files and run code in there, so they are very fast.
  • functional - Tests that launch sinopia instance and perform a series of requests to it over http. They are slower than unit tests.
  • integration - Tests that launch sinopia instance and do requests to it using npm. They are really slow and can hit a real npm registry.

Unit and functional tests are executed automatically with yapm test. Integration tests are supposed to be executed manually from time to time.