Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 364 Bytes

Testing.md

File metadata and controls

15 lines (13 loc) · 364 Bytes

Testing

How to test Wikitrust 2.0

  • Look at Makefile to test certain functions
  • Most python files when run have auto tests
  • js can be tested through npm

Heres is an example:

backend-test:
	python wikitrustbackend\FirestoreTester.py
	python wikitrustbackend\chdiff.py
	python wikitrustbackend\DiffEngine.py
	python wikitrustbackend\ReputationEngine.py