Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moban.rst: Doc on Moban Usage in Coala #601

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Fixed an error of displaying structure
  • Loading branch information
Lancasterwu committed Mar 12, 2020
commit a3fce56ef8ef889fab28c6a4b2b6abaec583ccbd
20 changes: 11 additions & 9 deletions Users/Moban.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,17 @@ file structure.

File structure of the tests directory:

tests
|_____core
|_____data_loaders
|_____deprecated
|_____fixtures
|_____integration_tests
|_____jinja2
|_____mobanfile
|_____regression_tests
::

tests
|_____core
|_____data_loaders
|_____deprecated
|_____fixtures
|_____integration_tests
|_____jinja2
|_____mobanfile
|_____regression_tests

The core folder includes tests related to context.py, engine, and moban_factory.py.
These tests ensure that the environment variables in context are initialized
Expand Down