Initialize fork and rebrand app to event_manager
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
__version__ = "0.0.1"
|
||||
|
||||
import os
|
||||
|
||||
if os.environ.get("CI"):
|
||||
import frappe
|
||||
from frappe.tests.utils import toggle_test_mode
|
||||
|
||||
toggle_test_mode(True)
|
||||
Reference in New Issue
Block a user