We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2172872 + e0499bb commit 42f45cfCopy full SHA for 42f45cf
lib/ramble/docs/dev_guides/application_dev_guide.rst
@@ -268,6 +268,15 @@ context. Each context represents a grouping of figures of merit that are
268
collected together. A figure of merit context can be defined using
269
:py:meth:`ramble.language.shared_language.figure_of_merit_context`.
270
271
+^^^^^^^^^^^^^^^^^^
272
+File path handling
273
274
+
275
+Ramble provides a utility function :py:meth:`ramble.util.file_util.get_file_path`
276
+that should be used when referencing file paths in application definitions. This
277
+helps with Ramble to properly mock out these paths during unit testing, where the
278
+files may not exist under the dry-run setting.
279
280
--------------------------
281
Package Manager Directives
282
0 commit comments