mirror of
https://github.com/frappe/bench.git
synced 2025-02-02 10:58:24 +00:00
test: updated tests
This commit is contained in:
parent
7980709a20
commit
2c77dda3c0
@ -66,7 +66,7 @@ class TestUtils(unittest.TestCase):
|
|||||||
subprocess.run(["git", "add", "."], cwd=frappe_path, capture_output=True, check=True)
|
subprocess.run(["git", "add", "."], cwd=frappe_path, capture_output=True, check=True)
|
||||||
subprocess.run(["git", "commit", "-m", "temp"], cwd=frappe_path, capture_output=True, check=True)
|
subprocess.run(["git", "commit", "-m", "temp"], cwd=frappe_path, capture_output=True, check=True)
|
||||||
|
|
||||||
fake_bench.apps.update_apps_states("frappe")
|
fake_bench.apps.update_apps_states(app_name="frappe")
|
||||||
|
|
||||||
self.assertIn("frappe", fake_bench.apps.states)
|
self.assertIn("frappe", fake_bench.apps.states)
|
||||||
self.assertIn("version", fake_bench.apps.states["frappe"])
|
self.assertIn("version", fake_bench.apps.states["frappe"])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user