for any info/changes follow me: @nickmilon

mongoUtils.configuration module

configuration module

testDbConStr:

(see connection string) used to connect to a mongoDB server for tests and examples database name part of connection string is the database on which to contact tests

Warning

  • for safety database is not dropped after tests are run it must be dropped manually
  • it is possible for an individual collection in db to be dropped/overwritten if its name starts with muTest_
mongoUtils.configuration.get_dbtest()[source]

returns test db