Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Fixing tests for new name #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 1 addition & 39 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions push_branch.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
# Add upstream repo (git remote add upstream git@github.com:machine-learning-apps/mystify.git)
# Create a feature/topic branch (`git checkout -b awesome_feature)
# Code fix/feature


# don’t forget to add tests/specs and make sure they pass
# Commit code on feature/topic branch (git add . && git commit -m “awesome”)



# Checkout master (git checkout master)
git checkout main

Expand Down
2 changes: 1 addition & 1 deletion tests/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
import unittest

from mystify.markdown_contents_manager import MarkdownContentsManager
from mystify.myst_contents_manager import MystContentsManager


class E2ETestSuite(unittest.TestCase):
Expand Down