This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# myapp/management/commands/make_smoke_tests.py | |
from django.core.management.base import BaseCommand | |
from django.urls import get_resolver, URLPattern, URLResolver | |
import re | |
import os | |
class Command(BaseCommand): | |
help = 'Generates smoke tests for projects.' | |
def add_arguments(self, parser): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.fb_access_token | |
.fbconsole.py |